blueshoes php application framework and cms            plugins_onomastics
[ class tree: plugins_onomastics ] [ index: plugins_onomastics ] [ all elements ]

Class: Bs_Om_OnoGraphHtml

Source Location: /plugins/onomastics/Bs_Om_OnoGraphHtml.class.php

Class Overview

Bs_Object
   |
   --Bs_Om_OnoGraph
      |
      --Bs_Om_OnoGraphHtml



Author(s):

Version:

  • 4.3.$Revision: 1.3 $ $Date: 2003/11/08 23:16:26 $

Copyright:

  • blueshoes.org

Variables

Methods


Inherited Variables

Inherited Methods

Class: Bs_Om_OnoGraph

Bs_Om_OnoGraph::Bs_Om_OnoGraph()
constructor
Bs_Om_OnoGraph::createGraph()
returns the graph for the given name.
Bs_Om_OnoGraph::spitGraph()
same as createGraph but spits out the graph immediatly to the browser.
Bs_Om_OnoGraph::_makeGraph()

Class: Bs_Object

Bs_Object::Bs_Object()
Bs_Object::getErrors()
Basic error handling: Get *all* errors as string array from the global Bs_Error-error stack.
Bs_Object::getLastError()
Basic error handling: Get last error string from the global Bs_Error-error stack.
Bs_Object::getLastErrors()
Basic error handling: Get last errors string array from the global Bs_Error-error stack sinc last call of getLastErrors().
Bs_Object::persist()
Persists this object by serializing it and saving it to a file with unique name.
Bs_Object::setError()
Basic error handling: Push an error string on the global Bs_Error-error stack.
Bs_Object::toHtml()
Dumps the content of this object to a string using PHP's var_dump().
Bs_Object::toString()
Dumps the content of this object to a string using PHP's var_dump().
Bs_Object::unpersist()
Fetches an object that was persisted with persist()

Class Details

[line 12]


Tags:

version:  4.3.$Revision: 1.3 $ $Date: 2003/11/08 23:16:26 $
copyright:  blueshoes.org
author:  andrej arn <at blueshoes dot org>


[ Top ]


Class Variables

$startPosX =  20

[line 23]


Type:   mixed
Overrides:   Array


[ Top ]

$startPosY =  120

[line 24]


Type:   mixed
Overrides:   Array


[ Top ]



Class Methods


constructor Bs_Om_OnoGraphHtml [line 31]

Bs_Om_OnoGraphHtml Bs_Om_OnoGraphHtml( )

constructor



[ Top ]

method createGraph [line 46]

void createGraph( string $name, int $limit, [int $cols = 4], [array $additionalNames = NULL])

creates the graph and returns it as html code.



Tags:

see:  Bs_Om_OnoGraphHtml::spitGraph()
access:  public


Overrides Bs_Om_OnoGraph::createGraph() (returns the graph for the given name.)

Parameters:

string   $name  
int   $limit  
int   $cols  
array   $additionalNames   (array of ID's)

[ Top ]

method spitGraph [line 66]

void spitGraph( string $name, int $limit, [int $cols = 4])

same as createGraph but spits out the graph immediatly to the browser.



Tags:

see:  Bs_Om_OnoGraphHtml::createGraph()
access:  public


Overrides Bs_Om_OnoGraph::spitGraph() (same as createGraph but spits out the graph immediatly to the browser.)

Parameters:

string   $name  
int   $limit  
int   $cols  

[ Top ]

method _drawSearchForm [line 107]

string _drawSearchForm( )



Tags:

access:  public


[ Top ]


Documentation generated on Mon, 29 Dec 2003 21:12:21 +0100 by phpDocumentor 1.2.3