You are here

public function InitializableInterface::init in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/zendframework/zend-stdlib/src/InitializableInterface.php \Zend\Stdlib\InitializableInterface::init()

Init an object

Return value

void

File

vendor/zendframework/zend-stdlib/src/InitializableInterface.php, line 22

Class

InitializableInterface
Interface to allow objects to have initialization logic

Namespace

Zend\Stdlib

Code

public function init();