function ctools_context::get_identifier

Return the identifier.

Return value

mixed The value of $identifier.

File

includes/context.inc, line 188

Class

ctools_context
The context object is largely a wrapper around some other object, with an interface to finding out what is contained and getting to both the object and information about the object.

Code

public function get_identifier() {
    return $this->identifier;
}