예제 #1
0
파일: Model.php 프로젝트: meriel/framework
 function setRelation($name, Relations\Relation $relation)
 {
     $this->relations[$name] = $relation->relate($this);
 }