示例#1
0
 /**
  * Creates the class instance
  * @param \Cms\Classes\CmsCompoundObject A reference to a CMS object to parse.
  */
 public function __construct(CmsCompoundObject $object)
 {
     $this->object = $object;
     $this->filePath = $object->getFullPath();
 }