1 | <?php |
||
11 | class Stencil_Cached_Subclass_Factory extends Stencil_Subclass_Factory { |
||
12 | /** |
||
13 | * Return cached object if exists |
||
14 | * |
||
15 | * @param string $page The name of the page. |
||
16 | * @param string $prefix Prefix to use in class structure. |
||
17 | * |
||
18 | * @return mixed |
||
19 | */ |
||
20 | public static function create_or_null( $page, $prefix ) { |
||
33 | } |
||
34 |