array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'en', ), 'this' => array ( 0 => 'oauthprovider.callconsumerhandler.php', 1 => 'OAuthProvider::callconsumerHandler', 2 => 'Calls the consumerNonceHandler callback', ), 'up' => array ( 0 => 'class.oauthprovider.php', 1 => 'OAuthProvider', ), 'prev' => array ( 0 => 'oauthprovider.addrequiredparameter.php', 1 => 'OAuthProvider::addRequiredParameter', ), 'next' => array ( 0 => 'oauthprovider.calltimestampnoncehandler.php', 1 => 'OAuthProvider::callTimestampNonceHandler', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/oauth/oauthprovider/callconsumerhandler.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>
(No version information available, might only be in Git)
OAuthProvider::callconsumerHandler — Calls the consumerNonceHandler callback
Calls the registered consumer handler callback function, which is set with OAuthProvider::consumerHandler().
This function is currently not documented; only its argument list is available.
This function has no parameters.
No value is returned.
Emits an E_ERROR level
error if the callback function cannot be called, or was not specified.