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

create() 공개 정적인 메소드

Note: Class should instead be configured as service if it gains dependencies.
public static create ( ) : eZ\Publish\Core\Persistence\Legacy\Content\FieldValue\Converter\TextLine
리턴 eZ\Publish\Core\Persistence\Legacy\Content\FieldValue\Converter\TextLine
    public static function create()
    {
        return new self();
    }