Dumplie\Inventory\Application\Extension\Command\MetadataExtension::expands PHP Method

expands() public method

public expands ( Dumplie\SharedKernel\Application\Command\Command $command ) : boolean
$command Dumplie\SharedKernel\Application\Command\Command
return boolean
    public function expands(Command $command) : bool
    {
        return $command instanceof CreateProduct;
    }