eZ\Publish\Core\Persistence\Legacy\Content\FieldValue\Converter\KeywordConverter::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\Keyword
리턴 eZ\Publish\Core\Persistence\Legacy\Content\FieldValue\Converter\Keyword
    public static function create()
    {
        return new self();
    }