SourceForge.net LogoPHPGallue
[ class tree: gallue ] [ index: gallue ] [ all elements ]

Class: GALItem_singleFrontend

Source Location: /gallue/GALItem_frontend.inc.php

Class Overview




Variables

Methods


Child classes:


Class Details

[line 621]


[ Top ]


Class Variables

$frontend =

[line 624]



Tags:

access:  protected

Type:   mixed


[ Top ]

$glb =

[line 622]



Tags:

access:  protected

Type:   mixed


[ Top ]

$item =  false

[line 623]



Tags:

access:  protected

Type:   mixed


[ Top ]



Class Methods


constructor __construct [line 625]

GALItem_singleFrontend __construct( GALGlobals $glb, GALItem_frontend $frontend, [ $item = false])



Parameters:

GALGlobals   $glb  
GALItem_frontend   $frontend  
   $item  

[ Top ]

method append [line 638]

void append( $field, $node, $preset, $offset, $maxlength)



Parameters:

   $field  
DOMNode   $node  
   $preset  
   $offset  
   $maxlength  

[ Top ]

method appendDetailsImgNav [line 949]

void appendDetailsImgNav( $node, array $preset, int $offset, $instance, $rawInstance, [ $maxX = 0], [ $maxY = 0], int $maxlength)

Append an image navigation block.



Tags:

access:  protected


Parameters:

DOMNode   $node   The nore the output is appended to.
array   $preset   Ignored
int   $offset   This item's offset in the current selection
int   $maxlength   Max. length in characters of the appended content.
GALInstance   $instance  
GALInstance   $rawInstance  
   $maxX  
   $maxY  

[ Top ]

method append_owner [line 672]

void append_owner( $node, $preset, $offset, $maxlength)



Tags:

access:  protected


Parameters:

DOMNode   $node  
   $preset  
   $offset  
   $maxlength  

[ Top ]

method append_title [line 663]

void append_title( $node, $preset, $offset, $maxlength)



Tags:

access:  protected


Overridden in child classes as:

GALContainer_singleFrontend::append_title()
GALImage_singleFrontend::append_title()

Parameters:

DOMNode   $node  
   $preset  
   $offset  
   $maxlength  

[ Top ]

method append__checkbox [line 776]

void append__checkbox( $node, $preset, $offset, $maxlength)



Tags:

access:  protected


Parameters:

DOMNode   $node  
   $preset  
   $offset  
   $maxlength  

[ Top ]

method append__delete [line 765]

void append__delete( $node, array $preset, int $offset, int $maxlength)

Append a "select" button.

The $preset argument is ignored!




Tags:

access:  protected


Parameters:

DOMNode   $node   The nore the output is appended to.
array   $preset   Ignored
int   $offset   This item's offset in the current selection
int   $maxlength   Max. length in characters of the appended content.

[ Top ]

method append__edit [line 746]

void append__edit( $node, $preset, $offset, $maxlength)



Tags:

access:  protected


Overridden in child classes as:

GALUser_singleFrontend::append__edit()

Parameters:

DOMNode   $node  
   $preset  
   $offset  
   $maxlength  

[ Top ]

method append__select [line 730]

void append__select( $node, array $preset, int $offset, int $maxlength)

Append a "select" button.

The $preset argument is ignored!




Tags:

access:  protected


Parameters:

DOMNode   $node   The nore the output is appended to.
array   $preset   Ignored
int   $offset   This item's offset in the current selection
int   $maxlength   Max. length in characters of the appended content.

[ Top ]

method append__trash [line 707]

void append__trash( $node, array $preset, int $offset, int $maxlength)

Append a "trash" button.

The $preset argument is ignored!




Tags:

access:  protected


Parameters:

DOMNode   $node   The nore the output is appended to.
array   $preset   Ignored
int   $offset   This item's offset in the current selection
int   $maxlength   Max. length in characters of the appended content.

[ Top ]

method details [line 882]

void details( $node, $preset, $offset, $fields)



Overridden in child classes as:

GALUser_singleFrontend::details()

Parameters:

DOMNode   $node  
   $preset  
   $offset  
   $fields  

[ Top ]

method details_change [line 1045]

void details_change( $node, $preset, $offset, &$fields)



Tags:

access:  protected


Overridden in child classes as:

GALUser_singleFrontend::details_change()

Parameters:

DOMNode   $node  
   $preset  
   $offset  
   &$fields  

[ Top ]

method details_head [line 891]

void details_head( $node, $preset, $offset, &$fields)



Tags:

access:  protected


Overridden in child classes as:

GALUser_singleFrontend::details_head()

Parameters:

DOMNode   $node  
   $preset  
   $offset  
   &$fields  

[ Top ]

method details_table [line 1057]

void details_table( $node, $preset, $offset, &$fields)



Tags:

access:  protected


Overridden in child classes as:

GALUser_singleFrontend::details_table()

Parameters:

DOMNode   $node  
   $preset  
   $offset  
   &$fields  

[ Top ]

method editField [line 783]

void editField( $field, $node, $offset, $size, [ $preset = array()])



Overridden in child classes as:

GALUser_singleFrontend::editField()

Parameters:

   $field  
DOMNode   $node  
   $offset  
   $size  
   $preset  

[ Top ]

method edit__checkbox [line 806]

void edit__checkbox( $node, $offset, $size, [ $preset = array()])



Tags:

access:  protected


Overridden in child classes as:

GALImage_singleFrontend::edit__checkbox()

Parameters:

DOMNode   $node  
   $offset  
   $size  
   $preset  

[ Top ]

method edit__contents [line 825]

void edit__contents( $node, $offset, $size, [ $preset = array()])



Tags:

access:  protected


Parameters:

DOMNode   $node  
   $offset  
   $size  
   $preset  

[ Top ]

method edit__delete [line 819]

void edit__delete( $node, $offset, $size, [ $preset = array()])



Tags:

access:  protected


Parameters:

DOMNode   $node  
   $offset  
   $size  
   $preset  

[ Top ]

method edit__id [line 803]

void edit__id( $node, $offset, $size, [ $preset = array()])



Tags:

access:  protected


Parameters:

DOMNode   $node  
   $offset  
   $size  
   $preset  

[ Top ]

method edit__select [line 822]

void edit__select( $node, $offset, $size, [ $preset = array()])



Tags:

access:  protected


Parameters:

DOMNode   $node  
   $offset  
   $size  
   $preset  

[ Top ]

method edit__trash [line 816]

void edit__trash( $node, $offset, $size, [ $preset = array()])



Tags:

access:  protected


Parameters:

DOMNode   $node  
   $offset  
   $size  
   $preset  

[ Top ]

method getItem [line 635]

void getItem( )



[ Top ]

method metaTags [line 1090]

void metaTags( )

Appends useful meta tags to the page <head>.



Overridden in child classes as:

GALContainer_singleFrontend::metaTags()
GALCategory_singleFrontend::metaTags()
GALImage_singleFrontend::metaTags()

[ Top ]

method multieditRow [line 855]

void multieditRow( $node, $fieldset, $offset, $fields, [ $preset = array()])



Overridden in child classes as:

GALUser_singleFrontend::multieditRow()

Parameters:

DOMNode   $node  
DOMNode   $fieldset  
   $offset  
   $fields  
   $preset  

[ Top ]

method setItem [line 632]

void setItem( $item)



Parameters:

GALTableRow   $item  

[ Top ]

method tableRow [line 836]

DOMElement tableRow( $node, array $preset, int $offset, int $maxlength, array $fields)



Tags:

return:  The <tr> tag.


Overridden in child classes as:

GALUser_singleFrontend::tableRow()

Parameters:

DOMNode   $node   The node the output is appended to.
array   $preset   URL parameters that should be changed by default.
int   $offset   The offset of the displayed item in the selection.
int   $maxlength   The maximum length of a field.
array   $fields   Array with the name of fields that are to be displayed.

[ Top ]

method toString_changeDate [line 659]

void toString_changeDate( $maxlength)



Tags:

access:  protected


Parameters:

   $maxlength  

[ Top ]

method toString_createDate [line 655]

void toString_createDate( $maxlength)



Tags:

access:  protected


Parameters:

   $maxlength  

[ Top ]

method toString_permission [line 689]

void toString_permission( $maxlength)



Tags:

access:  protected


Parameters:

   $maxlength  

[ Top ]

method toString__id [line 686]

void toString__id( $maxlength)



Tags:

access:  protected


Parameters:

   $maxlength  

[ Top ]


Documentation generated on Wed, 16 Aug 2006 15:35:59 +0200 by phpDocumentor 1.3.0RC6