21 lines
260 B
PHP
21 lines
260 B
PHP
|
<?php
|
||
|
/*
|
||
|
* To change this template, choose Tools | Templates
|
||
|
* and open the template in the editor.
|
||
|
*/
|
||
|
|
||
|
namespace Doctrine\ORM\Query\AST;
|
||
|
|
||
|
/**
|
||
|
* Description of Function
|
||
|
*
|
||
|
* @author robo
|
||
|
*/
|
||
|
class FunctionNode extends Node
|
||
|
{
|
||
|
private $_name;
|
||
|
|
||
|
|
||
|
}
|
||
|
|