API Documentation

InfoCard/Xml/Assertion/Interface.php

Interfaces
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_InfoCard
subpackage
Zend_InfoCard_Xml
version
$Id: Interface.php 20096 2010-01-06 02:05:09Z bkarwin $
Interfaces
Zend_InfoCard_Xml_Assertion_Interface

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_InfoCard_Xml_Assertion_Interface

category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_InfoCard
subpackage
Zend_InfoCard_Xml
Methods
getAssertionID
getAttributes
getAssertionURI
getConditions
validateConditions

Description

The Interface required by any InfoCard Assertion Object implemented within the component

Methods

getAssertionID

getAssertionID( ) : string

Get the Assertion ID of the assertion

Output
string
The Assertion ID
Details
visibility
public
final
false
static
false

getAssertionURI

getAssertionURI( ) : string

Get the Assertion URI for this type of Assertion

Output
string
the Assertion URI
Details
visibility
public
final
false
static
false

getAttributes

getAttributes( ) : array

Return an array of attributes (claims) contained within the assertion

Output
array
An array of attributes / claims within the assertion
Details
visibility
public
final
false
static
false

getConditions

getConditions( ) : array

Return an array of conditions which the assertions are predicated on

Output
array
an array of conditions
Details
visibility
public
final
false
static
false

validateConditions

validateConditions( array $conditions ) : mixed

Validate the conditions array returned from the getConditions() call

Arguments
$conditions
array
An array of condtions for the assertion taken from getConditions()
Output
mixed
Boolean true on success, an array of condition, error message on failure
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.