Exemplo n.º 1
0
 /**
  * @return bool
  */
 public function beforeSet()
 {
     $this->properties = array();
     $relation = $this->object->get('relation') == 'in' ? 'out' : 'in';
     $this->setProperty('relation', $relation);
     return parent::beforeSet();
 }