Ejemplo n.º 1
0
 public function geturl($path)
 {
     $this->out('Generating link... ', 0, Shell::QUIET);
     $this->_io->overwrite('Generated link: ' . Task::getUrlBase($path), 1);
 }
Ejemplo n.º 2
0
 public function image($file)
 {
     Task::getUrlBase($this->Url->img($file));
 }