메소드 |
설명 |
|
__construct ( null | string $name = null, null | string $author = null, null | string $destination = null, Validator $validator = null ) |
Package constructor. |
|
getAuthor ( ) : string |
|
|
getAuthorName ( ) : string |
|
|
getDescription ( ) : string |
|
|
getDestination ( ) : string |
|
|
getEmail ( ) : string |
|
|
getName ( ) : string |
|
|
getPackage ( ) : string |
|
|
getVendor ( ) : string |
|
|
setAuthor ( string $author ) |
|
|
setAuthorName ( string $authorName ) |
|
|
setDescription ( string $description ) |
|
|
setDestination ( string $destination ) |
|
|
setEmail ( string $email ) |
|
|
setName ( string $name ) |
|
|
setPackage ( string $package ) |
|
|
setVendor ( string $vendor ) |
|
|
toArray ( ) : array |
Return keywords list. |
|