Example #1
0
 public function allowAccess($access = null)
 {
     if (!$this->m_RecordAllowAccess) {
         /**
          * if the record is now allowed to access, then deny form render
          * instead of display an empty form
          */
         return false;
     }
     $result = parent::allowAccess($access);
     return $result;
 }
Example #2
0
 public function allowAccess($access = null)
 {
     $result = parent::allowAccess($access);
     return $result;
 }