예제 #1
0
파일: content.php 프로젝트: hungnv0789/vhtm
	/** This returns the content permission setting for can view
	 *
	 * @return boolean
	 */
	public function publicCanView()
	{
		return $this->content->publicCanView();
	}