16 lines
197 B
PHP
16 lines
197 B
PHP
<?php
|
|
/**
|
|
* @author Olexandr Zanichkovsky <olexandr.zanichkovsky@zophiatech.com>
|
|
* @package AST
|
|
*/
|
|
|
|
/**
|
|
* Represents expression
|
|
*
|
|
* @abstract
|
|
*/
|
|
abstract class XmlImportAstExpression
|
|
{
|
|
|
|
}
|