芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/public_html/cepali/lib/scssphp/Node.php
*/ abstract class Node { /** * @var string */ public $type; /** * @var integer */ public $sourceIndex; /** * @var integer */ public $sourceLine; /** * @var integer */ public $sourceColumn; }