Example #1
0
 function isActive($what = false, $when = false)
 {
     return $this->_Activated && parent::isActive($what, $when);
 }