AppserverIo\Appserver\Core\Api\Node\NamespaceNode::omitEnforcement PHP Method

omitEnforcement() public method

Returns the omitEnforcement flag.
public omitEnforcement ( ) : boolean
return boolean The omitEnforcement flag
    public function omitEnforcement()
    {
        return $this->omitEnforcement;
    }