예제 #1
0
 public function attachBehavior($name, $behavior)
 {
     $this->_behaviorIDs[] = $name;
     parent::attachBehavior($name, $behavior);
 }