mdm\upload\FileModel::attributeLabels PHP Method

attributeLabels() public method

public attributeLabels ( )
    public function attributeLabels()
    {
        return ['id' => 'ID', 'name' => 'Basename', 'filename' => 'Filename', 'size' => 'Filesize', 'type' => 'Content Type'];
    }