sina::__construct PHP Method

__construct() public method

public __construct ( )
    public function __construct()
    {
        $this->_sina_akey = SINA_WB_AKEY;
        $this->_sina_skey = SINA_WB_SKEY;
        $this->_oauth = new SaeTOAuthV2($this->_sina_akey, $this->_sina_skey);
    }