17 lines
265 B
PHP
17 lines
265 B
PHP
<?php
|
|
/*
|
|
* To change this template, choose Tools | Templates
|
|
* and open the template in the editor.
|
|
*/
|
|
|
|
/**
|
|
* Description of ComparisonExpression
|
|
*
|
|
* @author robo
|
|
*/
|
|
class Doctrine_ORM_Query_AST_ComparisonExpression extends Doctrine_ORM_Query_AST
|
|
{
|
|
|
|
}
|
|
|