App\Source\ModelFieldBuilder\AField::checkCorrectedFormat PHP Méthode

checkCorrectedFormat() protected méthode

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