Sleimanx2\Plastic\Console\Mapping\Run::__construct PHP Method

__construct() public method

Reset constructor.
public __construct ( Mapper $mapper )
$mapper Sleimanx2\Plastic\Mappings\Mapper
    public function __construct(Mapper $mapper)
    {
        parent::__construct();
        $this->mapper = $mapper;
    }