eZ\Publish\Core\Persistence\Legacy\Content\FieldValue\Converter\DateConverter::create PHP 메소드

create() 공개 정적인 메소드

Note: Class should instead be configured as service if it gains dependencies.
public static create ( ) : DateConverter
리턴 DateConverter
    public static function create()
    {
        return new self();
    }