CodeGen
[
class tree: CodeGen
] [
index: CodeGen
] [
all elements
]
Packages:
CodeGen
Classes:
CodeGen_Command
CodeGen_Element
CodeGen_Extension
CodeGen_ExtensionParser
CodeGen_License
CodeGen_License_BSD
CodeGen_License_LGPL
CodeGen_License_PHP
CodeGen_Maintainer
CodeGen_Release
CodeGen_Tools_Getopt
CodeGen_Tools_Indent
CodeGen_Tools_Outbuf
CodeGen_Tools_Platform
CodeGen_Tools_Tokenizer
CodeGen_XmlParser
Files:
BSD.php
Code.php
Command.php
Element.php
Extension.php
ExtensionParser.php
Getopt.php
Indent.php
LGPL.php
License.php
Maintainer.php
Outbuf.php
PHP.php
Platform.php
Release.php
Tokenizer.php
XmlParser.php
Class: CodeGen_License_BSD
Source Location: /CodeGen-0.9.0rc1/CodeGen/License/BSD.php
Class Overview
CodeGen_License
| --CodeGen_License_BSD
The BSD License
Author(s):
Hartmut Holzgraefe <
hartmut at php.net
>
Version:
Release: @package_version@
Copyright:
2005 Hartmut Holzgraefe
Variables
$longname
$shortname
Methods
getComment
getText
Inherited Variables
Inherited Methods
Class:
CodeGen_License
CodeGen_License::factory()
Takes a License shortname and returns an instantiated object of that license
CodeGen_License::getComment()
Returns a string suitable for insertion into comment headers
CodeGen_License::getText()
Returns the complete license text as string
CodeGen_License::writeToFile()
Writes the License text to a file
Class Details
[line 34]
The BSD License
Author:
Hartmut Holzgraefe <
hartmut@php.net
>
Version:
Release: @package_version@
Copyright:
2005 Hartmut Holzgraefe
Link:
http://pear.php.net/package/CodeGen
License:
PHP License 3.0
[
Top
]
Class Variables
$longname =
'BSD style license'
[line 51]
full name
Access:
public
Type:
string
[
Top
]
$shortname =
'BSD'
[line 43]
short name
Access:
public
Type:
string
[
Top
]
Method Detail
getComment
[line 59]
string getComment( )
License comment to include in code files
Return:
comment text
Access:
public
Overrides
CodeGen_License::getComment()
(Returns a string suitable for insertion into comment headers)
[
Top
]
getText
[line 100]
string getText( )
Complete License Text
Return:
license text
Access:
public
Overrides
CodeGen_License::getText()
(Returns the complete license text as string)
[
Top
]
Documentation generated on Mon, 11 Mar 2019 14:16:27 -0400 by
phpDocumentor 1.4.4
. PEAR Logo Copyright © PHP Group 2004.