source: pro-violet-viettel/sourcecode/application/libraries/Doctrine/ORM/Query/Expr/Literal.php @ 345

Last change on this file since 345 was 345, checked in by quyenla, 11 years ago

collaborator page

File size: 145 bytes
Line 
1<?php
2
3namespace Doctrine\ORM\Query\Expr;
4
5class Literal extends Base
6{
7    protected $_preSeparator = '';
8    protected $_postSeparator = '';
9}
Note: See TracBrowser for help on using the repository browser.