[ Index ] |
PHP Cross Reference of PHK Manager |
[Summary view] [Print] [Text view]
1 <?php 2 //============================================================================= 3 // 4 // Copyright Francois Laupretre <phk@tekwire.net> 5 // 6 // Licensed under the Apache License, Version 2.0 (the "License"); 7 // you may not use this file except in compliance with the License. 8 // You may obtain a copy of the License at 9 // 10 // http://www.apache.org/licenses/LICENSE-2.0 11 // 12 // Unless required by applicable law or agreed to in writing, software 13 // distributed under the License is distributed on an "AS IS" BASIS, 14 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 // See the License for the specific language governing permissions and 16 // limitations under the License. 17 // 18 //============================================================================= 19 /** 20 * @copyright Francois Laupretre <phk@tekwire.net> 21 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, V 2.0 22 * @category PHK 23 * @package PHK 24 *///========================================================================== 25 26 namespace { 27 28 if (!class_exists('PHK',false)) 29 { 30 //============================================================================= 31 /** 32 * This class is just an empty extension of the PHK\Base class. This is done 33 * this way so that PHK\Build\Creator uses the PHP code even if the extension 34 * is present. 35 * 36 * @see PHK\Base 37 * 38 * API status: Public 39 * Included in the PHK PHP runtime: Yes 40 * Implemented in the extension: Yes 41 *///========================================================================== 42 43 class PHK extends \PHK\Base 44 { 45 46 //--------------- 47 // If we get here, the PHP runtime is already loaded,but the method must exist. 48 49 public static function needPhpRuntime() 50 { 51 } 52 53 //--- 54 } // End of class 55 //=========================================================================== 56 } // End of class_exists 57 //=========================================================================== 58 } // End of namespace 59 //=========================================================================== 60 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Jun 4 18:33:15 2015 | Cross-referenced by PHPXref 0.7.1 |