__construct() public method

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