Go to the source code of this file.
is_subclass |
( |
|
$sClass, |
|
|
|
$sExpectedParentClass |
|
) |
| |
Utilities
Some usefull functions Returns whether specified class is subclass of the other class. Code grabbed from PHP manual
- Parameters
-
string | $sClass | |
string | $sExpectedParentClass | |
- Returns
- boolean
Definition at line 2428 of file CYap.php.
- Author
- Andrioli Darvin
- Version
- Id:
- CYap.php 22 2013-05-06 21:43:51Z Darvin
- Copyright
- +----------------------------------------------------------------------—+ | Yap, Version 2.5.0 | +----------------------------------------------------------------------—+ | Copyright (c) 2003-2013 Andrioli Darvin | | Email darvi.nosp@m.n@an.nosp@m.driol.nosp@m.i.co.nosp@m.m | | Web http://www.andrioli.com/en/yap.html | | Download http://www.phpclasses.org/browse.html/package/1391.html | | | +----------------------------------------------------------------------—+ | This library is free software; you can redistribute it and/or modify | | it under the terms of the GNU Lesser General Public License as | | published by the Free Software Foundation; either version 2 of the | | License, or (at your option) any later version. | | | | This library is distributed in the hope that it will be useful, but | | WITHOUT ANY WARRANTY; without even the implied warranty of | | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | | Lesser General Public License for more details. | | | | You should have received a copy of the GNU Lesser General Public | | License along with this library; if not, write to the Free Software | | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | +----------------------------------------------------------------------—+
Definition at line 35 of file CYap.php.