LazyRecord\Schema\Comparator\AttributeDiff::__construct PHP Метод

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

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