예제 #1
0
 /**
  * Returns an array of paths
  * @return array
  */
 public function getPaths()
 {
     $content = parent::getContentArray();
     if (isset($content['paths']['path'])) {
         return $content['paths']['path'];
     } else {
         return array();
     }
 }