You are here

constant ArrayObject::STD_PROP_LIST in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/zendframework/zend-stdlib/src/ArrayObject.php \Zend\Stdlib\ArrayObject::STD_PROP_LIST

Properties of the object have their normal functionality when accessed as list (var_dump, foreach, etc.).

File

vendor/zendframework/zend-stdlib/src/ArrayObject.php, line 28

Class

ArrayObject
Custom framework ArrayObject implementation

Namespace

Zend\Stdlib

Code

const STD_PROP_LIST = 1;