示例#1
0
 /**
  * Returns an alias type based on a reference type. If the writer has
  * a tableformatter this method will pass the type to the writer's alias
  * function to get the alias of the type back.
  *
  * @param  string $type type you want an alias for
  *
  * @return
  */
 public function getAlias($type)
 {
     return $this->tableFormatter->getAlias($type);
 }