While developing you may need to get additional information about the current instance.

var_dump( $content->getCallable() ); @ SEBLOD 3.16.1

Returns object-specific tasks (available through the call method).

var_dump( $content->getLog() );

Returns logs. Errors and notices are logged when issues are found while executing other methods.



"dump" method

After instantiating the object, a call to the dump method will open a popup with an expendable tree.

Requirement: you must install J!Dump (and make sure the plug-in is enabled) in order to use this method.

$content->dump();

Shows the whole object instance.

$content->dump( 'callable' ); @ SEBLOD 3.16.1

Shows object-specific tasks (available through the call method).

$content->dump( 'log' ); @ SEBLOD 3.16.1

Shows logs. Errors and notices are logged when issues are found while executing other methods.