jihoun/calendar

View on GitHub
src/Property/Action.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
namespace Jihoun\Calendar\Property;

/**
 * This property defines the action to be invoked when an alarm is triggered.
 */
class Action extends IText
{
    const NAME = 'ACTION';
}