You are here

public function ArrayObject::getFlags in Zircon Profile 8.0

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

Gets the behavior flags.

Return value

int

File

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

Class

ArrayObject
Custom framework ArrayObject implementation

Namespace

Zend\Stdlib

Code

public function getFlags() {
  return $this->flag;
}