OEModule\OphCiExamination\models\OphCiExamination_AttributeElement::getName PHP 메소드

getName() 공개 메소드

public getName ( )
    public function getName()
    {
        return $this->element_type->name . ' - ' . $this->attribute->name;
    }