Dumplie\Metadata\Schema\ChangeSet::__construct PHP Метод

__construct() публичный Метод

public __construct ( array $operations = [] )
$operations array
    public function __construct(array $operations = [])
    {
        $this->operations = $operations;
    }