Modules

ErrorException [ Warning ]: Use of undefined constant MCRYPT_DEV_URANDOM - assumed 'MCRYPT_DEV_URANDOM' (this will throw an Error in a future version of PHP)

MODPATH/userguide/classes/Kohana/Kodoc/Class.php [ 135 ]

130      */
131     public function properties()
132     {
133         $props = $this->class->getProperties();
134 
135         $defaults = $this->class->getDefaultProperties();
136 
137         usort($props, [$this, '_prop_sort']);
138 
139         foreach ($props as $key => $property) {
140             // Create Kodoc Properties for each property
  1. {PHP internal call} » Kohana_Core::error_handler(arguments)

  2. MODPATH/userguide/classes/Kohana/Kodoc/Class.php [ 135 ] » ReflectionClass->getDefaultProperties()

  3. MODPATH/userguide/views/userguide/api/class.php [ 63 ] » Kohana_Kodoc_Class->properties()

  4. SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)

  5. SYSPATH/classes/Kohana/View.php [ 331 ] » Kohana_View::capture(arguments)

  6. SYSPATH/classes/Kohana/View.php [ 219 ] » Kohana_View->render()

  7. MODPATH/userguide/views/userguide/template.php [ 66 ] » Kohana_View->__toString()

  8. SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)

  9. SYSPATH/classes/Kohana/View.php [ 331 ] » Kohana_View::capture(arguments)

  10. SYSPATH/classes/Kohana/Controller/Template.php [ 43 ] » Kohana_View->render()

  11. MODPATH/userguide/classes/Kohana/Controller/Userguide.php [ 274 ] » Kohana_Controller_Template->after()

  12. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Kohana_Controller_Userguide->after()

  13. {PHP internal call} » Kohana_Controller->execute()

  14. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 86 ] » ReflectionMethod->invoke(arguments)

  15. SYSPATH/classes/Kohana/Request/Client.php [ 111 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  16. SYSPATH/classes/Kohana/Request.php [ 918 ] » Kohana_Request_Client->execute(arguments)

  17. DOCROOT/3.4-index.php [ 66 ] » Kohana_Request->execute()

Environment