Vinelab\Minion\Dictionary::__construct PHP Method

__construct() public method

public __construct ( array $attributes )
$attributes array
    public function __construct(array $attributes)
    {
        $this->dictionary = json_decode(json_encode($attributes));
    }