eZ\Publish\Core\Repository\Values\ObjectState\ObjectStateGroup::getNames PHP 메소드

getNames() 공개 메소드

The structure of the return value is: array( 'eng' => '', 'de' => '' );
public getNames ( ) : string[]
리턴 string[]
    public function getNames()
    {
        return $this->names;
    }