コード例 #1
0
 /**
  * @param string $class
  */
 public function __construct($class)
 {
     parent::__construct($class);
     $this->detectType();
 }