Pinq\Queries\Functions\Parameters\ParameterBase::hasUnused PHP Метод

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

Whether there are any unused parameters.
public hasUnused ( ) : boolean
Результат boolean
    public function hasUnused()
    {
        return !empty($this->unusedExpressions);
    }