Neos\Neos\Service\DataSource\AbstractDataSource::getIdentifier PHP 메소드

getIdentifier() 공개 정적인 메소드

public static getIdentifier ( ) : string
리턴 string the short name of the operation
    public static function getIdentifier()
    {
        if (!is_string(static::$identifier)) {
            throw new Exception('Identifier in class ' . __CLASS__ . ' is empty.', 1414090236);
        }
        return static::$identifier;
    }