Exemplo n.º 1
0
 /**
  * Set page format
  *
  * @param string $format page format
  * @author Adam Zammit <*****@*****.**>
  * @since 2015-06-19
  */
 public function setPageFormat($format, $orientation = '')
 {
     parent::setPageFormat($format, $orientation);
 }
Exemplo n.º 2
0
 /**
  * Set page format
  *
  * @param string $format page format
  * @author Adam Zammit <*****@*****.**>
  * @since 2015-06-19
  */
 public function setPageFormat($format)
 {
     parent::setPageFormat($format);
 }