You are here

public function CallbackHandler::getMetadata in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/zendframework/zend-stdlib/src/CallbackHandler.php \Zend\Stdlib\CallbackHandler::getMetadata()

Get all callback metadata

Return value

array

File

vendor/zendframework/zend-stdlib/src/CallbackHandler.php, line 130

Class

CallbackHandler
CallbackHandler

Namespace

Zend\Stdlib

Code

public function getMetadata() {
  return $this->metadata;
}