1 2 3 4 5 6 7 8
<?php /** * Class BadClass - sub class a forbidden class is not allowed */ class BadClass extends OC_Hook { }