Jarves\Configuration\Object::setNestedRootObjectLabelField PHP 메소드

setNestedRootObjectLabelField() 공개 메소드

public setNestedRootObjectLabelField ( string $nestedRootObjectLabelField )
$nestedRootObjectLabelField string
    public function setNestedRootObjectLabelField($nestedRootObjectLabelField)
    {
        $this->nestedRootObjectLabelField = $nestedRootObjectLabelField;
    }
Object