Exemple #1
0
 function isActive()
 {
     return $this->ID === NOBODY || parent::isActive() && $this->termsAccepted();
 }