Auth_OpenID_Signatory::__construct PHP Method

__construct() public method

Create a new signatory using a given store.
public __construct ( $store )
    function __construct($store)
    {
        // assert store is not None
        $this->store = $store;
    }