nemmo\attachments\models\File::attributeLabels PHP Метод

attributeLabels() публичный Метод

public attributeLabels ( )
    public function attributeLabels()
    {
        return ['id' => 'ID', 'name' => 'Name', 'model' => 'Model', 'itemId' => 'Item ID', 'hash' => 'Hash', 'size' => 'Size', 'type' => 'Type', 'mime' => 'Mime'];
    }