Abstract Class Zend_Measure_Abstract

Description
  • abstract:
  • license: New BSD License
  • copyright: Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)

Located in /Zend/Measure/Abstract.php (line 30)


	
			
Direct descendents
Method Summary
 boolean equals ($object $object)
 type getType ()
 void getValue ()
 serialize serialize ()
 void setType ($type $type)
 void setValue ($value $value, [$type $type = null], [$locale $locale = null])
 string toString ()
 string __toString ()
Methods
equals (line 105)

Compare if the value and type is equal

  • access: public
  • abstract:
boolean equals ($object $object)
  • $object $object: object to equal with

Redefined in descendants as:
getConversionList (line 130)

Returns the conversion list

  • access: public
  • abstract:
array getConversionList ()

Redefined in descendants as:
getType (line 72)

Returns the original type

  • access: public
type getType ()
getValue (line 48)

Returns the internal value

  • access: public
void getValue ()
serialize (line 94)

Serialize

  • access: public
serialize serialize ()
setType (line 83)

Sets the original type

  • access: protected
void setType ($type $type)
  • $type $type: new type to set

Redefined in descendants as:
setValue (line 61)

Sets the internal value

  • access: protected
void setValue ($value $value, [$type $type = null], [$locale $locale = null])
  • $value $value: new value to set
  • $type $type: new type to set - abstract
  • $locale $locale: new locale to set - abstract

Redefined in descendants as:
toString (line 113)

Returns a string representation

  • access: public
  • abstract:
string toString ()

Redefined in descendants as:
__toString (line 121)

Returns a string representation

  • access: public
  • abstract:
string __toString ()

Redefined in descendants as:

Documentation generated on Thu, 18 Jan 2007 09:51:58 -0800 by phpDocumentor 1.3.1