예제 #1
0
파일: content.php 프로젝트: hungnv0789/vhtm
	/**
	 * Gets the nodeid of the content.
	 *
	 * @return int
	 */
	public function getParentId()
	{
		$this->loadContent();

		return $this->content->getParentId();
	}