Vinelab\Minion\Dictionary::toArray PHP Method

toArray() public method

Get the array representation of this dictionary.
public toArray ( ) : array
return array
    public function toArray()
    {
        return $this->toKeyValue((array) $this->dictionary);
    }