Auth_OpenID_AX_KeyValueMessage::__construct PHP 메소드

__construct() 공개 메소드

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

Usage Example

예제 #1
0
파일: AX.php 프로젝트: FreezyBee/php-openid
 public function __construct($update_url = null)
 {
     parent::__construct();
     $this->update_url = $update_url;
 }