classes/phing/tasks/ext/ioncube/IoncubeLicenseTask.php
\IoncubeLicenseTask
Invokes the ionCube "make_license" program
Use {@link Project#createTask} to register a new Task.
- Extends from
- \Task
- author
- Michiel Rook
- copyright
- 2001,2002 THYRELL. All rights reserved
- package
- phing.tasks.ext.ioncube
- since
- 2.2.0
- version
- $Id: IoncubeLicenseTask.php 725 2010-02-11 22:47:11Z mrook $
Properties
Methods

addComment(
$comment
)
:
Adds a comment to be used in encoded files
| Name | Type | Description |
|---|---|---|
| $comment |

setAllowedServer(
$allowedServer
)
:
Sets the --allowed-server option to use when generating the license
| Name | Type | Description |
|---|---|---|
| $allowedServer |

setExpireIn(
$expireIn
)
:
Sets the --expire-in option to use when generating the license
| Name | Type | Description |
|---|---|---|
| $expireIn |

setExpireOn(
$expireOn
)
:
Sets the --expire-on option to use when generating the license
| Name | Type | Description |
|---|---|---|
| $expireOn |

setIoncubePath(
$ioncubePath
)
:
Sets the path to the ionCube encoder
| Name | Type | Description |
|---|---|---|
| $ioncubePath |

setLicensePath(
$licensePath
)
:
Sets the path to the license file to use
| Name | Type | Description |
|---|---|---|
| $licensePath |