Skip to content

Instantly share code, notes, and snippets.

@mazhar266
Created March 20, 2016 06:51
Show Gist options
  • Save mazhar266/21801c361f53c6149a6f to your computer and use it in GitHub Desktop.
Save mazhar266/21801c361f53c6149a6f to your computer and use it in GitHub Desktop.
Zend Style Code Documentation
<?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
*/
<?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