예제 #1
0
 private function getCss(Modulo $modulo)
 {
     return file_get_contents($modulo->getRealPath() . '/public/css/style.css');
 }
예제 #2
0
 /**
  * {@inheritDoc}
  */
 public function getRealPath()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getRealPath', array());
     return parent::getRealPath();
 }