[ Index ]

PHP Cross Reference of Akelos Framework

title

Body

[close]

/ -> AkObject.php (summary)

(no description)

Author: Bermi Ferrer
Copyright: Copyright (c) 2002-2006, Akelos Media, S.L. http://www.akelos.org
License: GNU Lesser General Public License
File Size: 189 lines (5 kb)
Included or required: 14 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

AkObject:: (9 methods):
  AkObject()
  toString()
  __toString()
  __construct()
  __destruct()
  __clone()
  log()
  freeMemory()
  ____ak_shutdown_function()


Class: AkObject  - X-Ref

Allows for __construct and __destruct to be used in PHP4.

A hack to support __construct() on PHP 4
Hint: descendant classes have no PHP4 class_name()
constructors, so this one gets called first and calls the
top-layer __construct() which (if present) should call
parent::__construct()

AkObject()   X-Ref
A hack to support __construct() on PHP 4

Hint: descendant classes have no PHP4 class_name()
constructors, so this one gets called first and calls the
top-layer __construct() which (if present) should call
parent::__construct()

return: void

toString()   X-Ref
Object-to-string conversion

Each class can override it as necessary

return: string in this case returns this class name

__toString()   X-Ref
No description

__construct()   X-Ref
Class constructor, overriden in descendant classes

return: void

__destruct()   X-Ref
Class destructor, overriden in descendant classes

return: void

__clone()   X-Ref
Clone class (Zend Engine 2 compatibility trick)


log($message, $type = '', $identifyer = '')   X-Ref
No description

freeMemory()   X-Ref
Unsets circular reference children that are not freed from memory
when calling unset() or when the parent object is garbage collected.


____ak_shutdown_function($details = false)   X-Ref
No description



Generated: Mon Oct 27 12:43:49 2008 Cross-referenced by PHPXref 0.6