|
|
@@ -57,7 +57,7 @@ class IniAcl extends Object implements AclInterface {
|
|
|
* @param string $aro ARO The requesting object identifier.
|
|
|
* @param string $aco ACO The controlled object identifier.
|
|
|
* @param string $action Action (defaults to *)
|
|
|
- * @return boolean Success
|
|
|
+ * @return void
|
|
|
*/
|
|
|
public function allow($aro, $aco, $action = "*") {
|
|
|
}
|
|
|
@@ -68,7 +68,7 @@ class IniAcl extends Object implements AclInterface {
|
|
|
* @param string $aro ARO The requesting object identifier.
|
|
|
* @param string $aco ACO The controlled object identifier.
|
|
|
* @param string $action Action (defaults to *)
|
|
|
- * @return boolean Success
|
|
|
+ * @return void
|
|
|
*/
|
|
|
public function deny($aro, $aco, $action = "*") {
|
|
|
}
|
|
|
@@ -79,7 +79,7 @@ class IniAcl extends Object implements AclInterface {
|
|
|
* @param string $aro ARO The requesting object identifier.
|
|
|
* @param string $aco ACO The controlled object identifier.
|
|
|
* @param string $action Action (defaults to *)
|
|
|
- * @return boolean Success
|
|
|
+ * @return void
|
|
|
*/
|
|
|
public function inherit($aro, $aco, $action = "*") {
|
|
|
}
|