__construct() public method

public __construct ( string $ID = '' )
$ID string
示例#1
0
文件: APC.php 项目: Webiny/Framework
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct('webiny');
 }