예제 #1
0
파일: TaskShell.php 프로젝트: denvolj/caked
 public function geturl($path)
 {
     $this->out('Generating link... ', 0, Shell::QUIET);
     $this->_io->overwrite('Generated link: ' . Task::getUrlBase($path), 1);
 }
예제 #2
0
 public function image($file)
 {
     Task::getUrlBase($this->Url->img($file));
 }