open-orchestra/open-orchestra-front-bundle

View on GitHub
FrontBundle/Security/ContributionActionInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace OpenOrchestra\FrontBundle\Security;

/**
 * Interface ContributionAction
 *
 * This interface is never implemented
 * It defines actions available on the platform
 */
interface ContributionActionInterface
{
    const READ          = 'ACTION_READ';
}