__construct() public method

public __construct ( string $className )
$className string
コード例 #1
0
 public function __construct($name)
 {
     $name = '\\Crunchmail\\Resources\\' . $name . 'Resource';
     parent::__construct($name);
 }
コード例 #2
0
 public function __construct()
 {
     $name = '\\Crunchmail\\Entities\\GenericEntity';
     parent::__construct($name);
 }
コード例 #3
0
 public function __construct()
 {
     $name = '\\Crunchmail\\Resources\\GenericResource';
     parent::__construct($name);
 }
 public function __construct()
 {
     $name = '\\Crunchmail\\Collections\\GenericCollection';
     parent::__construct($name);
 }
コード例 #5
0
 public function __construct($name)
 {
     $name = '\\Crunchmail\\Entities\\' . $name . 'Entity';
     parent::__construct($name);
 }