Pinq\Queries\Functions\Parameters\ParameterBase::hasUnused PHP Method

hasUnused() public method

Whether there are any unused parameters.
public hasUnused ( ) : boolean
return boolean
    public function hasUnused()
    {
        return !empty($this->unusedExpressions);
    }