phpCoreLib2
[ class tree: phpCoreLib2 ] [ index: phpCoreLib2 ] [ all elements ]

Class: DRSSChannelNodeTextInput

Source Location: /Files/XML/RSS/Ver20/DRSSChannelNodeTextInput.php

Class Overview

DObject
   |
   --DXMLNode
      |
      --DRSSChannelNodeTextInput

RSS Version 2.0 Channel Node Text Input


Variables

Methods


Inherited Constants

Inherited Variables

Inherited Methods

Class: DXMLNode

DXMLNode::__construct()
Constructor
DXMLNode::addAttributeNameValue()
Adds attributes
DXMLNode::addAttributeObject()
Adds attributes
DXMLNode::addSubNodeObject()
Adds sub node
DXMLNode::addSubNodeSigneValue()
Adds sub node
DXMLNode::clearAttributes()
Clears all attributes
DXMLNode::clearSubNodes()
Clears sub nodes
DXMLNode::isEmpty()
Checks if the node is empty
DXMLNode::setNodeName()
Sets node name
DXMLNode::__toString()
Returns node string data

Class: DObject

DObject::__construct()
Constructor
DObject::debug()
Debig
DObject::getClassMembers()
Gets member variables of the instance
DObject::getClassMemberType()
Gets class member type
DObject::getClassMethods()
Gets classes of the class
DObject::getClassName()
Gets class name
DObject::PHPSerialize()
Gets serialized string of the class
DObject::trace()
Trace
DObject::__destruct()
Descructor
DObject::__toString()
Returns String equivalent of the object.

Class Details

[line 17]
RSS Version 2.0 Channel Node Text Input

The purpose of the textInput element is something of a mystery. You can use it to specify a search engine box. Or to allow a reader to provide feedback. Most aggregators ignore it.




[ Top ]


Class Variables

$description =  ""

[line 35]

Description

Explains the text input area.




Tags:

access:  public

Type:   string


[ Top ]

$link =  ""

[line 53]

Link

The URL of the CGI script that processes text input requests.




Tags:

access:  public

Type:   string


[ Top ]

$name =  ""

[line 44]

Name

The name of the text object in the text input area.




Tags:

access:  public

Type:   string


[ Top ]

$title =  ""

[line 26]

Title

The label of the Submit button in the text input area.




Tags:

access:  public

Type:   string


[ Top ]



Class Methods


constructor __construct [line 68]

DRSSChannelNodeTextInput __construct( string $title, string $description, string $name, string $link, [boolean $autoInit = true])

Constructor

Auto Inits




Tags:

access:  public


Overrides DXMLNode::__construct() (Constructor)

Parameters:

string   $title  
string   $description  
string   $name  
string   $link  
boolean   $autoInit  

[ Top ]

method init [line 87]

void init( )

Init



Tags:

access:  public


[ Top ]


Documentation generated on Sat, 17 Apr 2010 22:10:35 +0300 by phpDocumentor 1.4.3