yii\db\ActiveRecordInterface::getAttribute PHP 메소드

getAttribute() 공개 메소드

If this record is the result of a query and the attribute is not loaded, null will be returned.
또한 보기: hasAttribute()
public getAttribute ( string $name ) : mixed
$name string the attribute name
리턴 mixed the attribute value. `null` if the attribute is not set or does not exist.
    public function getAttribute($name);