コード例 #1
0
 function toSubjected(ISubjectivity $object)
 {
     return new self($object->convert($this->subject, $this), $object->convert($this->from, $this), $object->convert($this->to, $this));
 }