8 lines
150 B
PHP
8 lines
150 B
PHP
<?php
|
|
/**
|
|
* @file
|
|
* A cached plugin object that tests inheritence including.
|
|
*/
|
|
|
|
class ctoolsCachedPluginArray2 extends ctoolsCachedPluginArray {}
|