Lemon\RestBundle\Serializer\IdCollectionHandler::getSubscribingMethods PHP 메소드

getSubscribingMethods() 공개 정적인 메소드

public static getSubscribingMethods ( )
    public static function getSubscribingMethods()
    {
        return array(array('direction' => GraphNavigator::DIRECTION_SERIALIZATION, 'format' => 'json', 'type' => 'Lemon\\RestBundle\\Serializer\\IdCollection', 'method' => 'serializeIdCollectionToJson'), array('direction' => GraphNavigator::DIRECTION_DESERIALIZATION, 'format' => 'json', 'type' => 'Lemon\\RestBundle\\Serializer\\IdCollection', 'method' => 'deserializeIdCollectionFromJson'));
    }