Esempio n. 1
0
 /**
  * @return Image
  */
 private function drawLayout()
 {
     $this->layout->card($this);
     return $this->layout->draw();
 }