Ouzo\Restriction\LessOrEqualToRestriction::toSql PHP Method

toSql() public method

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