00001 <?php 00012 class Plugin extends Plugin_Base 00013 { 00017 function Plugin() 00018 { 00019 $this->Plugin_Base(); 00020 } 00021 } 00022 00023 ?>