__construct() public method

public __construct ( string $ID = '' )
$ID string
Example #1
0
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct('webiny');
 }