@@ -39,37 +39,37 @@ |
||
| 39 | 39 | */ |
| 40 | 40 | |
| 41 | 41 | /** mshop/product/manager/property/type/name |
| 42 | - * Class name of the used product property type manager implementation |
|
| 43 | - * |
|
| 44 | - * Each default product property type manager can be replaced by an alternative imlementation. |
|
| 45 | - * To use this implementation, you have to set the last part of the class |
|
| 46 | - * name as configuration value so the manager factory knows which class it |
|
| 47 | - * has to instantiate. |
|
| 48 | - * |
|
| 49 | - * For example, if the name of the default class is |
|
| 50 | - * |
|
| 51 | - * \Aimeos\MShop\Attribute\Manager\Lists\Type\Standard |
|
| 52 | - * |
|
| 53 | - * and you want to replace it with your own version named |
|
| 54 | - * |
|
| 55 | - * \Aimeos\MShop\Attribute\Manager\Lists\Type\Mytype |
|
| 56 | - * |
|
| 57 | - * then you have to set the this configuration option: |
|
| 58 | - * |
|
| 59 | - * mshop/product/manager/property/type/name = Mytype |
|
| 60 | - * |
|
| 61 | - * The value is the last part of your own class name and it's case sensitive, |
|
| 62 | - * so take care that the configuration value is exactly named like the last |
|
| 63 | - * part of the class name. |
|
| 64 | - * |
|
| 65 | - * The allowed characters of the class name are A-Z, a-z and 0-9. No other |
|
| 66 | - * characters are possible! You should always start the last part of the class |
|
| 67 | - * name with an upper case character and continue only with lower case characters |
|
| 68 | - * or numbers. Avoid chamel case names like "MyType"! |
|
| 69 | - * |
|
| 70 | - * @param string Last part of the class name |
|
| 71 | - * @since 2015.01 |
|
| 72 | - */ |
|
| 42 | + * Class name of the used product property type manager implementation |
|
| 43 | + * |
|
| 44 | + * Each default product property type manager can be replaced by an alternative imlementation. |
|
| 45 | + * To use this implementation, you have to set the last part of the class |
|
| 46 | + * name as configuration value so the manager factory knows which class it |
|
| 47 | + * has to instantiate. |
|
| 48 | + * |
|
| 49 | + * For example, if the name of the default class is |
|
| 50 | + * |
|
| 51 | + * \Aimeos\MShop\Attribute\Manager\Lists\Type\Standard |
|
| 52 | + * |
|
| 53 | + * and you want to replace it with your own version named |
|
| 54 | + * |
|
| 55 | + * \Aimeos\MShop\Attribute\Manager\Lists\Type\Mytype |
|
| 56 | + * |
|
| 57 | + * then you have to set the this configuration option: |
|
| 58 | + * |
|
| 59 | + * mshop/product/manager/property/type/name = Mytype |
|
| 60 | + * |
|
| 61 | + * The value is the last part of your own class name and it's case sensitive, |
|
| 62 | + * so take care that the configuration value is exactly named like the last |
|
| 63 | + * part of the class name. |
|
| 64 | + * |
|
| 65 | + * The allowed characters of the class name are A-Z, a-z and 0-9. No other |
|
| 66 | + * characters are possible! You should always start the last part of the class |
|
| 67 | + * name with an upper case character and continue only with lower case characters |
|
| 68 | + * or numbers. Avoid chamel case names like "MyType"! |
|
| 69 | + * |
|
| 70 | + * @param string Last part of the class name |
|
| 71 | + * @since 2015.01 |
|
| 72 | + */ |
|
| 73 | 73 | |
| 74 | 74 | /** mshop/product/manager/property/type/decorators/excludes |
| 75 | 75 | * Excludes decorators added by the "common" option from the product property type manager |
@@ -39,37 +39,37 @@ |
||
| 39 | 39 | */ |
| 40 | 40 | |
| 41 | 41 | /** mshop/customer/manager/property/type/name |
| 42 | - * Class name of the used customer property type manager implementation |
|
| 43 | - * |
|
| 44 | - * Each default customer property type manager can be replaced by an alternative imlementation. |
|
| 45 | - * To use this implementation, you have to set the last part of the class |
|
| 46 | - * name as configuration value so the manager factory knows which class it |
|
| 47 | - * has to instantiate. |
|
| 48 | - * |
|
| 49 | - * For example, if the name of the default class is |
|
| 50 | - * |
|
| 51 | - * \Aimeos\MShop\Attribute\Manager\Lists\Type\Standard |
|
| 52 | - * |
|
| 53 | - * and you want to replace it with your own version named |
|
| 54 | - * |
|
| 55 | - * \Aimeos\MShop\Attribute\Manager\Lists\Type\Mytype |
|
| 56 | - * |
|
| 57 | - * then you have to set the this configuration option: |
|
| 58 | - * |
|
| 59 | - * mshop/customer/manager/property/type/name = Mytype |
|
| 60 | - * |
|
| 61 | - * The value is the last part of your own class name and it's case sensitive, |
|
| 62 | - * so take care that the configuration value is exactly named like the last |
|
| 63 | - * part of the class name. |
|
| 64 | - * |
|
| 65 | - * The allowed characters of the class name are A-Z, a-z and 0-9. No other |
|
| 66 | - * characters are possible! You should always start the last part of the class |
|
| 67 | - * name with an upper case character and continue only with lower case characters |
|
| 68 | - * or numbers. Avoid chamel case names like "MyType"! |
|
| 69 | - * |
|
| 70 | - * @param string Last part of the class name |
|
| 71 | - * @since 2018.07 |
|
| 72 | - */ |
|
| 42 | + * Class name of the used customer property type manager implementation |
|
| 43 | + * |
|
| 44 | + * Each default customer property type manager can be replaced by an alternative imlementation. |
|
| 45 | + * To use this implementation, you have to set the last part of the class |
|
| 46 | + * name as configuration value so the manager factory knows which class it |
|
| 47 | + * has to instantiate. |
|
| 48 | + * |
|
| 49 | + * For example, if the name of the default class is |
|
| 50 | + * |
|
| 51 | + * \Aimeos\MShop\Attribute\Manager\Lists\Type\Standard |
|
| 52 | + * |
|
| 53 | + * and you want to replace it with your own version named |
|
| 54 | + * |
|
| 55 | + * \Aimeos\MShop\Attribute\Manager\Lists\Type\Mytype |
|
| 56 | + * |
|
| 57 | + * then you have to set the this configuration option: |
|
| 58 | + * |
|
| 59 | + * mshop/customer/manager/property/type/name = Mytype |
|
| 60 | + * |
|
| 61 | + * The value is the last part of your own class name and it's case sensitive, |
|
| 62 | + * so take care that the configuration value is exactly named like the last |
|
| 63 | + * part of the class name. |
|
| 64 | + * |
|
| 65 | + * The allowed characters of the class name are A-Z, a-z and 0-9. No other |
|
| 66 | + * characters are possible! You should always start the last part of the class |
|
| 67 | + * name with an upper case character and continue only with lower case characters |
|
| 68 | + * or numbers. Avoid chamel case names like "MyType"! |
|
| 69 | + * |
|
| 70 | + * @param string Last part of the class name |
|
| 71 | + * @since 2018.07 |
|
| 72 | + */ |
|
| 73 | 73 | |
| 74 | 74 | /** mshop/customer/manager/property/type/decorators/excludes |
| 75 | 75 | * Excludes decorators added by the "common" option from the customer property type manager |
@@ -39,37 +39,37 @@ |
||
| 39 | 39 | */ |
| 40 | 40 | |
| 41 | 41 | /** mshop/media/manager/property/type/name |
| 42 | - * Class name of the used media property type manager implementation |
|
| 43 | - * |
|
| 44 | - * Each default media property type manager can be replaced by an alternative imlementation. |
|
| 45 | - * To use this implementation, you have to set the last part of the class |
|
| 46 | - * name as configuration value so the manager factory knows which class it |
|
| 47 | - * has to instantiate. |
|
| 48 | - * |
|
| 49 | - * For example, if the name of the default class is |
|
| 50 | - * |
|
| 51 | - * \Aimeos\MShop\Attribute\Manager\Lists\Type\Standard |
|
| 52 | - * |
|
| 53 | - * and you want to replace it with your own version named |
|
| 54 | - * |
|
| 55 | - * \Aimeos\MShop\Attribute\Manager\Lists\Type\Mytype |
|
| 56 | - * |
|
| 57 | - * then you have to set the this configuration option: |
|
| 58 | - * |
|
| 59 | - * mshop/media/manager/property/type/name = Mytype |
|
| 60 | - * |
|
| 61 | - * The value is the last part of your own class name and it's case sensitive, |
|
| 62 | - * so take care that the configuration value is exactly named like the last |
|
| 63 | - * part of the class name. |
|
| 64 | - * |
|
| 65 | - * The allowed characters of the class name are A-Z, a-z and 0-9. No other |
|
| 66 | - * characters are possible! You should always start the last part of the class |
|
| 67 | - * name with an upper case character and continue only with lower case characters |
|
| 68 | - * or numbers. Avoid chamel case names like "MyType"! |
|
| 69 | - * |
|
| 70 | - * @param string Last part of the class name |
|
| 71 | - * @since 2018.01 |
|
| 72 | - */ |
|
| 42 | + * Class name of the used media property type manager implementation |
|
| 43 | + * |
|
| 44 | + * Each default media property type manager can be replaced by an alternative imlementation. |
|
| 45 | + * To use this implementation, you have to set the last part of the class |
|
| 46 | + * name as configuration value so the manager factory knows which class it |
|
| 47 | + * has to instantiate. |
|
| 48 | + * |
|
| 49 | + * For example, if the name of the default class is |
|
| 50 | + * |
|
| 51 | + * \Aimeos\MShop\Attribute\Manager\Lists\Type\Standard |
|
| 52 | + * |
|
| 53 | + * and you want to replace it with your own version named |
|
| 54 | + * |
|
| 55 | + * \Aimeos\MShop\Attribute\Manager\Lists\Type\Mytype |
|
| 56 | + * |
|
| 57 | + * then you have to set the this configuration option: |
|
| 58 | + * |
|
| 59 | + * mshop/media/manager/property/type/name = Mytype |
|
| 60 | + * |
|
| 61 | + * The value is the last part of your own class name and it's case sensitive, |
|
| 62 | + * so take care that the configuration value is exactly named like the last |
|
| 63 | + * part of the class name. |
|
| 64 | + * |
|
| 65 | + * The allowed characters of the class name are A-Z, a-z and 0-9. No other |
|
| 66 | + * characters are possible! You should always start the last part of the class |
|
| 67 | + * name with an upper case character and continue only with lower case characters |
|
| 68 | + * or numbers. Avoid chamel case names like "MyType"! |
|
| 69 | + * |
|
| 70 | + * @param string Last part of the class name |
|
| 71 | + * @since 2018.01 |
|
| 72 | + */ |
|
| 73 | 73 | |
| 74 | 74 | /** mshop/media/manager/property/type/decorators/excludes |
| 75 | 75 | * Excludes decorators added by the "common" option from the media property type manager |
@@ -39,37 +39,37 @@ |
||
| 39 | 39 | */ |
| 40 | 40 | |
| 41 | 41 | /** mshop/attribute/manager/property/type/name |
| 42 | - * Class name of the used attribute property type manager implementation |
|
| 43 | - * |
|
| 44 | - * Each default attribute property type manager can be replaced by an alternative imlementation. |
|
| 45 | - * To use this implementation, you have to set the last part of the class |
|
| 46 | - * name as configuration value so the manager factory knows which class it |
|
| 47 | - * has to instantiate. |
|
| 48 | - * |
|
| 49 | - * For example, if the name of the default class is |
|
| 50 | - * |
|
| 51 | - * \Aimeos\MShop\Attribute\Manager\Lists\Type\Standard |
|
| 52 | - * |
|
| 53 | - * and you want to replace it with your own version named |
|
| 54 | - * |
|
| 55 | - * \Aimeos\MShop\Attribute\Manager\Lists\Type\Mytype |
|
| 56 | - * |
|
| 57 | - * then you have to set the this configuration option: |
|
| 58 | - * |
|
| 59 | - * mshop/attribute/manager/property/type/name = Mytype |
|
| 60 | - * |
|
| 61 | - * The value is the last part of your own class name and it's case sensitive, |
|
| 62 | - * so take care that the configuration value is exactly named like the last |
|
| 63 | - * part of the class name. |
|
| 64 | - * |
|
| 65 | - * The allowed characters of the class name are A-Z, a-z and 0-9. No other |
|
| 66 | - * characters are possible! You should always start the last part of the class |
|
| 67 | - * name with an upper case character and continue only with lower case characters |
|
| 68 | - * or numbers. Avoid chamel case names like "MyType"! |
|
| 69 | - * |
|
| 70 | - * @param string Last part of the class name |
|
| 71 | - * @since 2018.01 |
|
| 72 | - */ |
|
| 42 | + * Class name of the used attribute property type manager implementation |
|
| 43 | + * |
|
| 44 | + * Each default attribute property type manager can be replaced by an alternative imlementation. |
|
| 45 | + * To use this implementation, you have to set the last part of the class |
|
| 46 | + * name as configuration value so the manager factory knows which class it |
|
| 47 | + * has to instantiate. |
|
| 48 | + * |
|
| 49 | + * For example, if the name of the default class is |
|
| 50 | + * |
|
| 51 | + * \Aimeos\MShop\Attribute\Manager\Lists\Type\Standard |
|
| 52 | + * |
|
| 53 | + * and you want to replace it with your own version named |
|
| 54 | + * |
|
| 55 | + * \Aimeos\MShop\Attribute\Manager\Lists\Type\Mytype |
|
| 56 | + * |
|
| 57 | + * then you have to set the this configuration option: |
|
| 58 | + * |
|
| 59 | + * mshop/attribute/manager/property/type/name = Mytype |
|
| 60 | + * |
|
| 61 | + * The value is the last part of your own class name and it's case sensitive, |
|
| 62 | + * so take care that the configuration value is exactly named like the last |
|
| 63 | + * part of the class name. |
|
| 64 | + * |
|
| 65 | + * The allowed characters of the class name are A-Z, a-z and 0-9. No other |
|
| 66 | + * characters are possible! You should always start the last part of the class |
|
| 67 | + * name with an upper case character and continue only with lower case characters |
|
| 68 | + * or numbers. Avoid chamel case names like "MyType"! |
|
| 69 | + * |
|
| 70 | + * @param string Last part of the class name |
|
| 71 | + * @since 2018.01 |
|
| 72 | + */ |
|
| 73 | 73 | |
| 74 | 74 | /** mshop/attribute/manager/property/type/decorators/excludes |
| 75 | 75 | * Excludes decorators added by the "common" option from the attribute property type manager |