ftp_pure::__construct
Method of the class: ftp_pure{}
No Hooks.
Returns
null. Nothing (null).
Usage
$ftp_pure = new ftp_pure(); $ftp_pure->__construct( $verb, $le );
- $verb
- .
Default:FALSE - $le
- .
Default:FALSE
ftp_pure::__construct() ftp pure:: construct code WP 7.0
function __construct($verb=FALSE, $le=FALSE) {
parent::__construct(false, $verb, $le);
}