Exemplo n.º 1
0
 /**
  * @param $field
  * @return bool
  */
 public function isRestricted($field)
 {
     $val = $this->get($field);
     return $val == $this->parent->getRestrictedIndicator();
 }