コード例 #1
0
ファイル: content.php プロジェクト: hungnv0789/vhtm
	/** This returns the content permission setting for can view
	 *
	 * @return boolean
	 */
	public function publicCanView()
	{
		return $this->content->publicCanView();
	}