コード例 #1
0
	public function __construct() {
		parent::__construct();
		$this->m_parserId = WOM_PARSER_ID_PROPERTY_VALUE;
	}
コード例 #2
0
	public function __construct() {
		parent::__construct();
		$this->m_parserId = WOM_PARSER_ID_TEMPLATE_FIELD_HOLDER;
	}
コード例 #3
0
	public function __construct() {
		parent::__construct();
		$this->m_parserId = WOM_PARSER_ID_LISTITEM;
	}
コード例 #4
0
	public function __construct() {
		parent::__construct();
		$this->m_parserId = WOM_PARSER_ID_PARAMETER;
	}
コード例 #5
0
	public function __construct() {
		parent::__construct();
		$this->m_parserId = WOM_PARSER_ID_SECTION;
	}
コード例 #6
0
	public function __construct() {
		parent::__construct();
		$this->m_parserId = WOM_PARSER_ID_TABLECELL;
	}
コード例 #7
0
	public function __construct() {
		parent::__construct();
		$this->m_parserId = WOM_PARSER_ID_HTMLTAG;
	}