Ejemplo n.º 1
0
 function interpret(DvdInterpreterContext $ctx)
 {
     $actorsForTitle = $ctx->getActorsForTitle($this->title);
     return implode(', ', $actorsForTitle);
 }
Ejemplo n.º 2
0
 function interpret(DvdInterpreterContext $ctx)
 {
     $titlesForActor = $ctx->getActorsForTitle($this->actor);
     return implode(', ', $titlesForActor);
 }