Ejemplo n.º 1
0
 /**
  * Returns list of lines
  *
  * @param array $params
  * @return array | FALSE
  */
 public function getLines($params)
 {
     if (!$this->_checkGame()) {
         return false;
     }
     return $this->_game->getLinesArray();
 }