eZ\Publish\Core\Repository\Values\Content\VersionInfo::getNames PHP Метод

getNames() публичный Метод

Returns the names computed from the name schema in the available languages.
public getNames ( ) : string[]
Результат string[]
    public function getNames()
    {
        return $this->names;
    }