PhpSpec\ObjectBehavior::offsetGet PHP Méthode

offsetGet() public méthode

Gets the value in a particular position in the ArrayAccess object
public offsetGet ( string | integer $key ) : Subject
$key string | integer
Résultat PhpSpec\Wrapper\Subject
    public function offsetGet($key)
    {
        return $this->object->offsetGet($key);
    }