Exemplo n.º 1
0
 /**
  * @return array
  */
 public function &getTokens()
 {
     if (!isset($this->tokens)) {
         $this->tokens =& $this->source->getTokens();
     }
     return $this->tokens;
 }