コード例 #1
0
ファイル: Head.php プロジェクト: hettema/Stages
 /**
  *
  * @return string robot configuration 
  */
 public function getRobots()
 {
     if (empty($this->_data['robots'])) {
         $this->_data['robots'] = App_Main::getDefaultRobots();
     }
     return $this->_data['robots'];
 }