Method | Description | |
---|---|---|
checkChannel ( $channelName ) : string | ||
chooseCalculator ( string $name ) | ||
chooseZone ( string $name ) | ||
describeIt ( string $description, string $languageCode ) | ||
getValidationMessageForAmount ( string $channelCode ) : string | ||
nameIt ( string $name, string $language ) | ||
specifyAmountForChannel ( string $channelCode, string $amount ) | ||
specifyCode ( string $code ) | ||
specifyPosition ( integer | null $position ) |
public checkChannel ( $channelName ) : string | ||
return | string | $channelName |
public describeIt ( string $description, string $languageCode ) | ||
$description | string | |
$languageCode | string |
public getValidationMessageForAmount ( string $channelCode ) : string | ||
$channelCode | string | |
return | string |
public specifyAmountForChannel ( string $channelCode, string $amount ) | ||
$channelCode | string | |
$amount | string |
public specifyPosition ( integer | null $position ) | ||
$position | integer | null |