for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
class Intraface_Acl
{
function allow($role, $resource, $action = array())
$role
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.
$resource
$action
}
function addRole($role, $parents)
$parents
function isAllowed($user, $resource, $action = array())
$user
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.