Submit
Path:
~
/
/
usr
/
local
/
psa
/
admin
/
plib
/
vendor
/
jms
/
serializer
/
src
/
Ordering
/
File Content:
PropertyOrderingInterface.php
<?php declare(strict_types=1); namespace JMS\Serializer\Ordering; use JMS\Serializer\Metadata\PropertyMetadata; interface PropertyOrderingInterface { /** * @param PropertyMetadata[] $properties name => property * * @return PropertyMetadata[] name => property */ public function order(array $properties): array; }
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
AlphabeticalPropertyOrderingStrategy.php
489 bytes
0644
CustomPropertyOrderingStrategy.php
1149 bytes
0644
IdenticalPropertyOrderingStrategy.php
285 bytes
0644
PropertyOrderingInterface.php
345 bytes
0644
N4ST4R_ID | Naxtarrr