AppserverIo\Appserver\Core\Api\Node\SecurityConstraintNode::getDisplayName PHP Метод

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

Return's the display name of the security constraint.
public getDisplayName ( ) : DisplayNameNode
Результат DisplayNameNode The display name
    public function getDisplayName()
    {
        return $this->displayName;
    }