File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
lib/internal/Magento/Framework/DB Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ class Attribute extends \Magento\Eav\Model\Entity\Attribute\AbstractAttribute im
32
32
const ATTRIBUTE_CODE_MAX_LENGTH = 60 ;
33
33
34
34
/**
35
- * Attribute code min length.
35
+ * Min accepted length of an attribute code .
36
36
*/
37
37
const ATTRIBUTE_CODE_MIN_LENGTH = 1 ;
38
38
39
39
/**
40
- * Cache tag
40
+ * Tag to use for attributes caching.
41
41
*/
42
42
const CACHE_TAG = 'EAV_ATTRIBUTE ' ;
43
43
@@ -214,7 +214,7 @@ public function deleteEntity()
214
214
/**
215
215
* Load entity_attribute_id into $this by $this->attribute_set_id
216
216
*
217
- * Save additional data.
217
+ * @return $this
218
218
*/
219
219
public function loadEntityAttributeIdBySet ()
220
220
{
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ class Store extends AbstractExtensibleModel implements
53
53
const ENTITY = 'store ' ;
54
54
55
55
/**
56
- * Custom entry point param
56
+ * Parameter used to determine app context.
57
57
*/
58
58
const CUSTOM_ENTRY_POINT_PARAM = 'custom_entry_point ' ;
59
59
@@ -104,7 +104,7 @@ class Store extends AbstractExtensibleModel implements
104
104
const ADMIN_CODE = 'admin ' ;
105
105
106
106
/**
107
- * Cache tag
107
+ * Tag to use to cache stores.
108
108
*/
109
109
const CACHE_TAG = 'store ' ;
110
110
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ class Select extends \Zend_Db_Select
42
42
const STRAIGHT_JOIN = 'straightjoin ' ;
43
43
44
44
/**
45
- * Sql straight join
45
+ * Straight join SQL directive.
46
46
*/
47
47
const SQL_STRAIGHT_JOIN = 'STRAIGHT_JOIN ' ;
48
48
You can’t perform that action at this time.
0 commit comments