Auth_OpenID_AX_KeyValueMessage::__construct PHP Method

__construct() public method

public __construct ( )
    function __construct()
    {
        $this->data = array();
    }

Usage Example

Esempio n. 1
0
 public function __construct($update_url = null)
 {
     parent::__construct();
     $this->update_url = $update_url;
 }