DOCROOT/model/match/classes/match.php [ 169 ]
164 if ( $this->home->tactics['copy'] ) {
165 for ($l = 1;$l < 5; $l++ ) {
166 $this->home->{'line_'.$l} = $this->guest->{'line_'.$l};
167 }
168 } elseif ( $this->guest->tactics['copy'] ) {
169 $this->guest->{'line_'.$l} = $this->home->{'line_'.$l};
170 }
171 }
172
173 public function ClassForTeam($id) {
174 if ( $this->type == 'friendly_club' ) {
DOCROOT/model/match/classes/match.php [ 169 ] » Kohana_Core::error_handler(arguments)
DOCROOT/model/match/classes/match.php [ 148 ] » Match->SyncToi()
APPPATH/classes/ftournament.php [ 163 ] » Match->__construct(arguments)
APPPATH/classes/controller/index/league.php [ 128 ] » FTournament->Play(arguments)
{PHP internal call} » Controller_Index_League->action_friendly_tournaments()
SYSPATH/classes/kohana/request/client/internal.php [ 118 ] » ReflectionMethod->invoke(arguments)
SYSPATH/classes/kohana/request/client.php [ 64 ] » Kohana_Request_Client_Internal->execute_request(arguments)
SYSPATH/classes/kohana/request.php [ 1138 ] » Kohana_Request_Client->execute(arguments)
DOCROOT/index.php [ 109 ] » Kohana_Request->execute()