__construct() public method

public __construct ( $documents )
示例#1
0
 function __construct()
 {
     $a = array();
     parent::__construct($a);
 }