__construct() 공개 메소드

public __construct ( string $className )
$className string
 public function __construct($name)
 {
     $name = '\\Crunchmail\\Resources\\' . $name . 'Resource';
     parent::__construct($name);
 }
 public function __construct()
 {
     $name = '\\Crunchmail\\Entities\\GenericEntity';
     parent::__construct($name);
 }
 public function __construct()
 {
     $name = '\\Crunchmail\\Resources\\GenericResource';
     parent::__construct($name);
 }
 public function __construct()
 {
     $name = '\\Crunchmail\\Collections\\GenericCollection';
     parent::__construct($name);
 }
 public function __construct($name)
 {
     $name = '\\Crunchmail\\Entities\\' . $name . 'Entity';
     parent::__construct($name);
 }