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

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

    public function getBeforeDescription()
    {
        return sprintf("- %s %s\n", $this->name, $this->serializeVar($this->before));
    }