tests\codeception\unit\models\Item08::attributeLabels PHP Method

attributeLabels() public method

public attributeLabels ( )
    public function attributeLabels()
    {
        return ['id' => 'ID', 'name' => 'Name', 'status' => 'Status', 'status_ex' => 'Status Ex.'];
    }