APPPATH/classes/model/player.php [ 152 ]
147 return HTML::image('media/img/pill_'.strtolower($pos).'.png');
148 }
149
150 public function Link($id, $name = null, $attributes = null) {
151 if ( is_null($name) ) {
152 $name = $this->getClass($id)->Name();
153 }
154 return HTML::Anchor('/player.php?id='.$id, $name, $attributes);
155 }
156
157 public function StarStatus($s)
-
{PHP internal call} » Kohana_Core::shutdown_handler()