Ouzo\Restriction\LessThanRestriction::toSql PHP Метод

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

public toSql ( $fieldName )
    public function toSql($fieldName)
    {
        return $fieldName . ' < ?';
    }
LessThanRestriction