Skip to content

Commit

Permalink
Merge pull request #18017 from akeneo/CPM-742
Browse files Browse the repository at this point in the history
CPM-742: Add a short description for domain objects
  • Loading branch information
antoinearrive authored Sep 29, 2022
2 parents db25577 + b412db6 commit 039e8b9
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
use Webmozart\Assert\Assert;

/**
* Condition allowing to apply the identifier generation
* @copyright 2022 Akeneo SAS (https://www.akeneo.com)
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
namespace Akeneo\Pim\Automation\IdentifierGenerator\Domain\Model;

/**
* String between each Properties chosen to create the Structure of the identifier
* @copyright 2022 Akeneo SAS (https://www.akeneo.com)
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
use Webmozart\Assert\Assert;

/**
* Unique identifier code
* @copyright 2022 Akeneo SAS (https://www.akeneo.com)
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
use Webmozart\Assert\Assert;

/**
* The collection of the generator labels by locale
* @copyright 2022 Akeneo SAS (https://www.akeneo.com)
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
use Webmozart\Assert\Assert;

/**
* Property to add an auto number to the structure
* @copyright 2022 Akeneo SAS (https://www.akeneo.com)
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
use Webmozart\Assert\Assert;

/**
* Property to add a free text to the structure
* @copyright 2022 Akeneo SAS (https://www.akeneo.com)
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
use Webmozart\Assert\Assert;

/**
* Array of properties used to define the structure of an identifier generator
* @copyright 2022 Akeneo SAS (https://www.akeneo.com)
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
use Webmozart\Assert\Assert;

/**
* The attribute code of type identifier that will be impacted by the generation
* @copyright 2022 Akeneo SAS (https://www.akeneo.com)
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/
Expand Down

0 comments on commit 039e8b9

Please sign in to comment.