Exemplo n.º 1
0
 /**
  * Returns an array of allowed URLs
  * 
  * @return array
  */
 protected function allowedUrls()
 {
     return (array) Robots::config()->allowed_urls;
 }