__construct() public method

Initialize Image Library
public __construct ( array $props = [] ) : void
$props array
return void
Beispiel #1
0
 function MY_Image_lib($props = array())
 {
     parent::__construct($props);
 }
Beispiel #2
0
 public function __construct()
 {
     parent::__construct();
 }
Beispiel #3
0
 public function __construct($props = array())
 {
     parent::__construct($props);
 }
 /**
  * Construct
  */
 public function __construct($config = array())
 {
     parent::__construct($config);
 }
Beispiel #5
0
 function Image_Filters($props = array())
 {
     parent::__construct($props);
 }