LazyRecord\Schema\Comparator\AttributeDiff::__construct PHP Method

__construct() public method

public __construct ( $name, $before, $after )
    public function __construct($name, $before, $after)
    {
        $this->name = $name;
        $this->before = $before;
        $this->after = $after;
    }