Vinelab\Minion\Dictionary::__construct PHP Méthode

__construct() public méthode

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