Example #1
0
 /**
  * Creator method
  *
  * @return void
  * @author Sergey Startsev
  */
 public static function create()
 {
     $instance = new self();
     $instance->pull();
     return $instance;
 }