__construct() public method

Creates a new member
public __construct ( string $name )
$name string the name of the member
Example #1
0
 public function __construct($name)
 {
     parent::__construct($name);
     $this->initParameters();
 }