File tree Expand file tree Collapse file tree 4 files changed +9
-1
lines changed
lib/internal/Magento/Framework Expand file tree Collapse file tree 4 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11
11
12
12
/**
13
13
* Application provides ability to configure multiple connections to persistent storage.
14
+ *
14
15
* This class provides access to all these connections.
15
16
*
16
17
* @api
Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ public function getMimeType($file)
109
109
110
110
/**
111
111
* Get mime type by the native mime_content_type function.
112
+ *
112
113
* Search for extended mime type if mime_content_type() returned 'application/octet-stream' or 'text/plain'
113
114
*
114
115
* @param string $file
Original file line number Diff line number Diff line change @@ -55,8 +55,9 @@ public function __construct(
55
55
}
56
56
57
57
/**
58
- * @param string $fileName
58
+ * Remove dots from file name
59
59
*
60
+ * @param string $fileName
60
61
* @return string
61
62
* @throws \InvalidArgumentException
62
63
*/
Original file line number Diff line number Diff line change @@ -628,6 +628,8 @@ public function isSaveAllowed()
628
628
}
629
629
630
630
/**
631
+ * Set flag property _hasDataChanges
632
+ *
631
633
* @param bool $flag
632
634
* @return void
633
635
*/
@@ -723,6 +725,7 @@ public function validateBeforeSave()
723
725
724
726
/**
725
727
* Returns validator, which contains all rules to validate this model.
728
+ *
726
729
* Returns FALSE, if no validation rules exist.
727
730
*
728
731
* @return \Zend_Validate_Interface|false
@@ -737,6 +740,7 @@ protected function _getValidatorBeforeSave()
737
740
738
741
/**
739
742
* Creates validator for the model with all validation rules in it.
743
+ *
740
744
* Returns FALSE, if no validation rules exist.
741
745
*
742
746
* @return \Zend_Validate_Interface|bool
@@ -774,6 +778,7 @@ protected function _getValidationRulesBeforeSave()
774
778
775
779
/**
776
780
* Get list of cache tags applied to model object.
781
+ *
777
782
* Return false if cache tags are not supported by model
778
783
*
779
784
* @return array|false
You can’t perform that action at this time.
0 commit comments