Esempio n. 1
0
 /**
  * @return array|RoutesToWriteHandler[]|\Traversable
  */
 public function getWriteRoutes()
 {
     if ($this->writeRoutes === null) {
         $this->writeRoutes = $this->config->getWriteRoutes();
     }
     return $this->writeRoutes;
 }