Exemplo n.º 1
0
 public function __toString()
 {
     $string = parent::__toString();
     return '/gravity/' . $this->gravity . $string;
 }
Exemplo n.º 2
0
 public function reset()
 {
     parent::reset();
     $this->font('黑体');
     return $this;
 }