public function i18n_object_wrapper::get_info in Internationalization 7
Get object info
7 calls to i18n_object_wrapper::get_info()
- i18n_block_object::load_object in i18n_block/
i18n_block.inc - Load a block object.
- i18n_object_wrapper::get_edit_path in ./
i18n_object.inc - Get edit path for object
- i18n_object_wrapper::get_key in ./
i18n_object.inc - Get key value from object/array
- i18n_object_wrapper::get_placeholders in ./
i18n_object.inc - Get menu placehoders for object
- i18n_object_wrapper::get_string_info in ./
i18n_object.inc - Get object string translation info
File
- ./
i18n_object.inc, line 232 - i18n Object Class
Class
- i18n_object_wrapper
- Object wrapper
Code
public function get_info($property, $default = NULL) {
return i18n_object_info($this->type, $property, $default);
}