15 lines
196 B
PHP
15 lines
196 B
PHP
<?php
|
|
/**
|
|
* @author Olexandr Zanichkovsky <olexandr.zanichkovsky@zophiatech.com>
|
|
* @package AST
|
|
*/
|
|
|
|
/**
|
|
* Represents a statement
|
|
*
|
|
* @abstract
|
|
*/
|
|
abstract class XmlImportAstStatement
|
|
{
|
|
|
|
} |