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

Class: CodeGen_License_PHP

Source Location: /CodeGen-0.9.0rc1/CodeGen/License/PHP.php

Class Overview

CodeGen_License
   |
   --CodeGen_License_PHP

The PHP License


Author(s):

Version:

  • Release: @package_version@

Copyright:

  • 2005 Hartmut Holzgraefe

Variables

Methods


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 PHP License


[ Top ]


Class Variables

$longname =  'The PHP License'

[line 50]

full name
  • Access: public

Type:   string


[ Top ]

$shortname =  'PHP'

[line 42]

short name
  • Access: public

Type:   string


[ Top ]



Method Detail

getComment   [line 58]

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 78]

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.