Jamm\Memory\APCObject::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( string $ID = '' )
$ID string
    public function __construct($ID = '')
    {
        $this->set_ID($ID);
    }

Usage Example

예제 #1
0
파일: APC.php 프로젝트: Webiny/Framework
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct('webiny');
 }