15 lines
255 B
PHP
15 lines
255 B
PHP
<?php
|
|
/**
|
|
* @author Olexandr Zanichkovsky <olexandr.zanichkovsky@zophiatech.com>
|
|
* @package AST
|
|
*/
|
|
|
|
require_once dirname(__FILE__) . '/XmlImportAstLiteral.php';
|
|
|
|
/**
|
|
* Represents a string
|
|
*/
|
|
class XmlImportAstString extends XmlImportAstLiteral
|
|
{
|
|
|
|
} |