Ejemplo n.º 1
0
 /**
  * Returns string containing Css link element.
  * Note: The path to the Css files is generated in this function!
  * @method  __toString
  * @return  string
  */
 public function __toString()
 {
     $this->path = $this->cssFolder . '/' . $this->cssFile . '.css';
     return parent::__toString();
 }