Forums / Developer / How do you reference the class id and class name of a given object?

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

How do you reference the class id and class name of a given object?

Author Message

Vaskin Kissoyan

Friday 25 June 2004 8:19:24 am

Does anyone know how to reference the class id or class name of a given object?

Kåre Køhler Høvik

Tuesday 29 June 2004 12:56:18 am

{$object.contentclass_id} or {$object.class_name}
To get the class : {$object.content_class}

Kåre Høvik