mirror of
https://github.com/slawkens/myaac.git
synced 2026-01-06 23:27:11 +01:00
committed by
slawkens
parent
73a5829974
commit
99997eb57d
@@ -37,6 +37,11 @@ class Hook
|
||||
return !isset($ret) || $ret == 1 || $ret;
|
||||
}
|
||||
|
||||
public function executeFilter(...$args) {
|
||||
return include BASE . $this->_file;
|
||||
}
|
||||
|
||||
public function name() {return $this->_name;}
|
||||
public function type() {return $this->_type;}
|
||||
public function file() {return $this->_file;}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user