Skip to content
This repository has been archived by the owner on May 25, 2019. It is now read-only.

Commit

Permalink
- Added phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Mar 17, 2018
1 parent 35bb601 commit d3f2b42
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/IPub/Menu/Entities/Items/Item.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,16 @@
* @subpackage Entities
*
* @author Adam Kadlec <[email protected]>
*
* @property string|int $id
* @property Entities\Menus\IMenu $menu
* @property string|int $parentId
* @property string $name
* @property string|NULL $label
* @property string|array $target
* @property int $priority
* @property Utils\ArrayHash $attributes
* @property Utils\ArrayHash $data
*/
final class Item implements IItem
{
Expand Down

0 comments on commit d3f2b42

Please sign in to comment.