示例#1
0
	function mustValidate()
	{
		$params 		=& $this->getParams();
		if (!$this->canUse() && !$this->canView()) {
			return false;
		}
		return parent::mustValidate();
	}