Ouzo\Restriction\GreaterOrEqualToRestriction::toSql PHP Méthode

toSql() public méthode

public toSql ( $fieldName )
    public function toSql($fieldName)
    {
        return $fieldName . ' >= ?';
    }
GreaterOrEqualToRestriction