You are here

public function i18n_object_wrapper::get_object in Internationalization 7

Get real object or array.

2 calls to i18n_object_wrapper::get_object()
i18n_block_object::load_object in i18n_block/i18n_block.inc
Load a block object.
i18n_object_wrapper::load_object in ./i18n_object.inc
Load real object or array.

File

./i18n_object.inc, line 83
i18n Object Class

Class

i18n_object_wrapper
Object wrapper

Code

public function get_object() {
  return $this->object;
}