eZ\Publish\Core\REST\Client\Values\Content\VersionInfo::getNames PHP Method

getNames() public method

Returns the names computed from the name schema in the available languages.
public getNames ( ) : string[]
return string[]
    public function getNames()
    {
        return $this->names;
    }