コード例 #1
0
 public static function getSubStatementWithMboxAgentObject()
 {
     return new SubStatement(ActorFixtures::getTypicalAgent(), VerbFixtures::getTypicalVerb(), ActorFixtures::getMboxAgent());
 }
コード例 #2
0
 public static function getMboxAgentInstructorContext()
 {
     $context = new Context();
     return $context->withInstructor(ActorFixtures::getMboxAgent());
 }