Created
March 20, 2016 06:51
-
-
Save mazhar266/21801c361f53c6149a6f to your computer and use it in GitHub Desktop.
Zend Style Code Documentation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Short description for class | |
* | |
* Long description for class (if any)... | |
* | |
* @category Zend | |
* @package Zend_Magic | |
* @subpackage Wand | |
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) | |
* @license http://framework.zend.com/license BSD License | |
* @version Release: @package_version@ | |
* @link http://framework.zend.com/package/PackageName | |
* @since Class available since Release 1.5.0 | |
* @deprecated Class deprecated in Release 2.0.0 | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Short description for file | |
* | |
* Long description for file (if any)... | |
* | |
* LICENSE: Some license information | |
* | |
* @category Zend | |
* @package Zend_Magic | |
* @subpackage Wand | |
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) | |
* @license http://framework.zend.com/license BSD License | |
* @version $Id:$ | |
* @link http://framework.zend.com/package/PackageName | |
* @since File available since Release 1.5.0 | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment