示例#1
0
 public function __construct()
 {
     $this->ruler = Ruler::getInstance();
 }
示例#2
0
 public function setup()
 {
     $this->ruler = Ruler::getInstance();
     $this->context = Context::getInstance();
 }