CodeGen
[ class tree: CodeGen ] [ index: CodeGen ] [ all elements ]

Class: CodeGen_License_GPL2

Source Location: /CodeGen-1.0.7/CodeGen/License/GPL2.php

Class Overview

CodeGen_License
   |
   --CodeGen_License_GPL2

The GPL License


Author(s):

Version:

  • Release: @package_version@

Copyright:

  • 2005-2008 Hartmut Holzgraefe

Methods


Child classes:

CodeGen_License_GPL
The GPL License

Inherited Variables

Inherited Methods

Class: CodeGen_License

CodeGen_License::factory()
Takes a License shortname and returns an instantiated object of that license
CodeGen_License::getName()
Returns the full license name
CodeGen_License::getShortName()
Returns the sort license name
CodeGen_License::getText()
Returns the complete license text as string
CodeGen_License::getUri()
Returns an URI that points to the license text or an online description
CodeGen_License::writeToFile()
Writes the License text to a file

Class Details

[line 34]
The GPL License


[ Top ]


Method Detail

getComment   [line 62]

string getComment( )

License comment to include in code files
  • Return: comment text
  • Access: public

[ Top ]

getName   [line 51]

string getName( )

Get full name

Overrides CodeGen_License::getName() (Returns the full license name)
[ Top ]

getShortName   [line 41]

string getShortName( )

Get short name

Overrides CodeGen_License::getShortName() (Returns the sort license name)
[ Top ]

getText   [line 91]

string getText( )

Complete License Text
  • Return: license text
  • Access: public

Overrides CodeGen_License::getText() (Returns the complete license text as string)
[ Top ]

getURI   [line 386]

string getURI( )

Get License URI

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:39:06 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.