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

Class: DRSSChannelNodeImage

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

Class Overview

DObject
   |
   --DXMLNode
      |
      --DRSSChannelNodeImage

RSS Version 2.0 Channel Node Image


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 16]
RSS Version 2.0 Channel Node Image



[ Top ]


Class Variables

$description =  ""

[line 71]

Description

Contains text that is included in the TITLE attribute of the link formed around the image in the HTML rendering.




Tags:

access:  public

Type:   string


[ Top ]

$height =  0

[line 62]

Height

Maximum value for height is 400, default value is 31.




Tags:

access:  public

Type:   int


[ Top ]

$link =  ""

[line 43]

Link

is the URL of the site, when the channel is rendered, the image is a link to the site.




Tags:

access:  public

Type:   string


[ Top ]

$title =  ""

[line 34]

Title

describes the image, it's used in the ALT attribute of the HTML img tag when the channel is rendered in HTML.




Tags:

access:  public

Type:   string


[ Top ]

$url =  ""

[line 25]

URL

The URL of a GIF, JPEG or PNG image that represents the channel.




Tags:

access:  public

Type:   string


[ Top ]

$width =  0

[line 53]

Width

Maximum value for width is 144, default value is 88.




Tags:

access:  public

Type:   int


[ Top ]



Class Methods


constructor __construct [line 83]

DRSSChannelNodeImage __construct( string $url, string $title, string $link)

Constructor



Tags:

access:  public


Overrides DXMLNode::__construct() (Constructor)

Parameters:

string   $url  
string   $title  
string   $link  

[ Top ]

method init [line 141]

void init( )

Init



Tags:

access:  public


[ Top ]

method initAll [line 98]

void initAll( [boolean $withPictureIdentification = true])

Inits and identifies image



Tags:

access:  public


Parameters:

boolean   $withPictureIdentification  

[ Top ]

method initImage [line 114]

void initImage( [int $useImageMagicOrGD = 1])

Inits image



Tags:

access:  public


Parameters:

int   $useImageMagicOrGD   Choose from
  • 1) ImageMagick
  • 2) ImageGD

[ Top ]


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