Auth_OpenID_Signatory::__construct PHP Метод

__construct() публичный Метод

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