Goetas\Xsd\XsdToPhp\Tests\JmsSerializer\OTA\OTASchemaDateHandler::getSubscribingMethods PHP Method

getSubscribingMethods() public static method

public static getSubscribingMethods ( )
    public static function getSubscribingMethods()
    {
        return array(array('direction' => GraphNavigator::DIRECTION_DESERIALIZATION, 'format' => 'xml', 'type' => 'Goetas\\Xsd\\XsdToPhp\\Tests\\JmsSerializer\\OTA\\OTADateTime', 'method' => 'deserializeDateTime'), array('direction' => GraphNavigator::DIRECTION_SERIALIZATION, 'format' => 'xml', 'type' => 'Goetas\\Xsd\\XsdToPhp\\Tests\\JmsSerializer\\OTA\\OTADateTime', 'method' => 'serializeDateTime'));
    }