Property | Type | Description | |
---|---|---|---|
$destTag | The Tag the deleted Tag got merged into. | ||
$srcTags | array | The deleted Tag. |
Method | Description | |
---|---|---|
__construct ( array $srcTags, |
||
getDestTag ( ) : |
Returns the Tag in which the deleted Tag got merged. | |
getSrcTags ( ) : |
Returns the Tag which got deleted. |
public __construct ( array $srcTags, |
||
$srcTags | array | The deleted Tag |
$destTag | The Tag the deleted Tag got merged into |
public getDestTag ( ) : |
||
return |
public getSrcTags ( ) : |
||
return |
protected Tag,Sulu\Bundle\TagBundle\Entity $destTag | ||
return |