Submit
Path:
~
/
/
usr
/
local
/
psa
/
admin
/
plib
/
vendor
/
jms
/
serializer
/
src
/
Naming
/
File Content:
PropertyNamingStrategyInterface.php
<?php declare(strict_types=1); namespace JMS\Serializer\Naming; use JMS\Serializer\Metadata\PropertyMetadata; /** * Interface for property naming strategies. * * Implementations translate the property name to a serialized name that is * displayed. * * @author Johannes M. Schmitt <schmittjoh@gmail.com> */ interface PropertyNamingStrategyInterface { /** * Translates the name of the property to the serialized version. */ public function translateName(PropertyMetadata $property): string; }
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
CamelCaseNamingStrategy.php
905 bytes
0644
IdenticalPropertyNamingStrategy.php
319 bytes
0644
PropertyNamingStrategyInterface.php
520 bytes
0644
SerializedNameAnnotationStrategy.php
803 bytes
0644
N4ST4R_ID | Naxtarrr