App\Source\ModelFieldBuilder\AField::checkCorrectedFormat PHP Метод

checkCorrectedFormat() защищенный Метод

protected checkCorrectedFormat ( $obj )
    protected function checkCorrectedFormat($obj)
    {
        if (isset($obj->name) && $obj->name) {
            $this->correct = true;
        }
    }