예제 #1
0
파일: Zanyatie.php 프로젝트: tsyrya/mybriop
 public function __set($name, $value)
 {
     if (in_array($name, $this->attributes())) {
         $this->_prepodavatel_peresechenie = null;
     }
     parent::__set($name, $value);
 }