Jamm\Memory\APCObject::__construct PHP Method

__construct() public method

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

Usage Example

Example #1
0
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct('webiny');
 }