AppserverIo\Appserver\Core\Api\Node\DirectoryNode::isEnforced PHP 메소드

isEnforced() 공개 메소드

Returns the enforcement flag.
public isEnforced ( ) : boolean
리턴 boolean The enforcement flag
    public function isEnforced()
    {
        return $this->enforced;
    }