public static function getSubStatementWithMboxSha1SumAgentObject()
 {
     return new SubStatement(ActorFixtures::getTypicalAgent(), VerbFixtures::getTypicalVerb(), ActorFixtures::getMboxSha1SumAgent());
 }
예제 #2
0
 public static function getMboxSha1SumAgentInstructorContext()
 {
     $context = new Context();
     return $context->withInstructor(ActorFixtures::getMboxSha1SumAgent());
 }