Pimcore\Model\Search\Backend\Data\Listing\Dao::getCondition PHP Метод

getCondition() защищенный Метод

protected getCondition ( ) : string
Результат string
    protected function getCondition()
    {
        if ($cond = $this->model->getCondition()) {
            return " WHERE " . $cond . " ";
        }
        return "";
    }