PHP 클래스 App\Libraries\Utils

파일 보기 프로젝트 열기: hillelcoren/invoice-ninja 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$months

공개 메소드들

메소드 설명
addHttp ( $url )
allowNewAccounts ( )
basePath ( )
calculateTaxes ( $amount, $taxRate1, $taxRate2 )
cityStateZip ( $city, $state, $postalCode, $swap )
copyContext ( $entity1, $entity2 )
dateToString ( $date )
decodePDF ( $string )
endsWith ( $haystack, $needle )
exportData ( $output, $data, $headers = false )
fatalError ( $message = false, $exception = false )
formatMoney ( $value, $currencyId = false, $countryId = false, $decorator = false )
formatTime ( $t )
formatWebsite ( $website )
fromSqlDate ( $date, $formatResult = true )
fromSqlDateTime ( $date, $formatResult = true )
generateLicense ( )
getApiHeaders ( $count )
getCardType ( $number ) http://wephp.co/detect-credit-card-type-php/
getClientDisplayName ( $model )
getDemoAccountId ( )
getDocsUrl ( $path )
getDomainPlaceholder ( )
getEntityClass ( $entityType )
getEntityName ( $entityType )
getEntityRowClass ( $model )
getErrorString ( $exception )
getFirst ( $values )
getFromCache ( $id, $type )
getLocaleRegion ( )
getMinNumUsers ( $max )
getMonthOptions ( )
getNewsFeedResponse ( $userType = false )
getPersonDisplayName ( $firstName, $lastName, $email )
getPlanPrice ( $plan )
getProLabel ( $feature )
getResllerType ( )
getSubdomainPlaceholder ( )
getTranslatedWeekdayNames ( ) : Collection Gets an array of translated weekday names
getUserType ( )
getVendorDisplayName ( $model )
getWeekdayNames ( ) : Collection Gets an array of weekday names (in English)
hasAllPermissions ( $permission )
hasFeature ( $feature )
hasPermission ( $permission, $requireAll = false )
isAdmin ( )
isConfirmed ( )
isCron ( )
isDatabaseSetup ( )
isDownForMaintenance ( )
isEmpty ( $value )
isEnglish ( )
isNinja ( )
isNinjaDev ( )
isNinjaProd ( )
isOAuthEnabled ( )
isPaidPro ( )
isPro ( )
isRegistered ( )
isReseller ( )
isTravis ( )
isTrial ( )
isWhiteLabel ( )
logError ( $error, $context = 'PHP', $info = false )
lookupEventId ( $eventName )
maskAccountNumber ( $value )
notifyZapier ( $subscription, $data )
parseFloat ( $value )
parseInt ( $value )
pluralize ( $string, $count )
pluralizeEntityType ( $type )
processVariables ( $str )
replaceSubdomain ( $domain, $subdomain )
requireHTTPS ( )
setupWePay ( $accountGateway = null )
splitName ( $name )
startsWith ( $haystack, $needle )
timestampToDateString ( $timestamp )
timestampToDateTimeString ( $timestamp )
timestampToString ( $timestamp, $timezone = false, $format )
toArray ( $data )
toCamelCase ( $string )
toClassCase ( $string )
toSnakeCase ( $string )
toSpaceCase ( $string )
toSqlDate ( $date, $formatResult = true )
today ( $formatResult = true )
trans ( $input )
transFlowText ( $key ) TODO remove this
wrapAdjustment ( $adjustment, $currencyId, $countryId )

비공개 메소드들

메소드 설명
getDatePart ( $part, $offset )
getMonth ( $offset )
getQuarter ( $offset )
getYear ( $offset )

메소드 상세

addHttp() 공개 정적인 메소드

public static addHttp ( $url )

allowNewAccounts() 공개 정적인 메소드

public static allowNewAccounts ( )

basePath() 공개 정적인 메소드

public static basePath ( )

calculateTaxes() 공개 정적인 메소드

public static calculateTaxes ( $amount, $taxRate1, $taxRate2 )

cityStateZip() 공개 정적인 메소드

public static cityStateZip ( $city, $state, $postalCode, $swap )

copyContext() 공개 정적인 메소드

public static copyContext ( $entity1, $entity2 )

dateToString() 공개 정적인 메소드

public static dateToString ( $date )

decodePDF() 공개 정적인 메소드

public static decodePDF ( $string )

endsWith() 공개 정적인 메소드

public static endsWith ( $haystack, $needle )

exportData() 공개 정적인 메소드

public static exportData ( $output, $data, $headers = false )

fatalError() 공개 정적인 메소드

public static fatalError ( $message = false, $exception = false )

formatMoney() 공개 정적인 메소드

public static formatMoney ( $value, $currencyId = false, $countryId = false, $decorator = false )

formatTime() 공개 정적인 메소드

public static formatTime ( $t )

formatWebsite() 공개 정적인 메소드

public static formatWebsite ( $website )

fromSqlDate() 공개 정적인 메소드

public static fromSqlDate ( $date, $formatResult = true )

fromSqlDateTime() 공개 정적인 메소드

public static fromSqlDateTime ( $date, $formatResult = true )

generateLicense() 공개 정적인 메소드

public static generateLicense ( )

getApiHeaders() 공개 정적인 메소드

public static getApiHeaders ( $count )

getCardType() 공개 정적인 메소드

http://wephp.co/detect-credit-card-type-php/
public static getCardType ( $number )

getClientDisplayName() 공개 정적인 메소드

public static getClientDisplayName ( $model )

getDemoAccountId() 공개 정적인 메소드

public static getDemoAccountId ( )

getDocsUrl() 공개 정적인 메소드

public static getDocsUrl ( $path )

getDomainPlaceholder() 공개 정적인 메소드

public static getDomainPlaceholder ( )

getEntityClass() 공개 정적인 메소드

public static getEntityClass ( $entityType )

getEntityName() 공개 정적인 메소드

public static getEntityName ( $entityType )

getEntityRowClass() 공개 정적인 메소드

public static getEntityRowClass ( $model )

getErrorString() 공개 정적인 메소드

public static getErrorString ( $exception )

getFirst() 공개 정적인 메소드

public static getFirst ( $values )

getFromCache() 공개 정적인 메소드

public static getFromCache ( $id, $type )

getLocaleRegion() 공개 정적인 메소드

public static getLocaleRegion ( )

getMinNumUsers() 공개 정적인 메소드

public static getMinNumUsers ( $max )

getMonthOptions() 공개 정적인 메소드

public static getMonthOptions ( )

getNewsFeedResponse() 공개 정적인 메소드

public static getNewsFeedResponse ( $userType = false )

getPersonDisplayName() 공개 정적인 메소드

public static getPersonDisplayName ( $firstName, $lastName, $email )

getPlanPrice() 공개 정적인 메소드

public static getPlanPrice ( $plan )

getProLabel() 공개 정적인 메소드

public static getProLabel ( $feature )

getResllerType() 공개 정적인 메소드

public static getResllerType ( )

getSubdomainPlaceholder() 공개 정적인 메소드

public static getSubdomainPlaceholder ( )

getTranslatedWeekdayNames() 공개 정적인 메소드

Gets an array of translated weekday names
public static getTranslatedWeekdayNames ( ) : Collection
리턴 Illuminate\Support\Collection

getUserType() 공개 정적인 메소드

public static getUserType ( )

getVendorDisplayName() 공개 정적인 메소드

public static getVendorDisplayName ( $model )

getWeekdayNames() 공개 정적인 메소드

Gets an array of weekday names (in English)
또한 보기: getTranslatedWeekdayNames()
public static getWeekdayNames ( ) : Collection
리턴 Illuminate\Support\Collection

hasAllPermissions() 공개 정적인 메소드

public static hasAllPermissions ( $permission )

hasFeature() 공개 정적인 메소드

public static hasFeature ( $feature )

hasPermission() 공개 정적인 메소드

public static hasPermission ( $permission, $requireAll = false )

isAdmin() 공개 정적인 메소드

public static isAdmin ( )

isConfirmed() 공개 정적인 메소드

public static isConfirmed ( )

isCron() 공개 정적인 메소드

public static isCron ( )

isDatabaseSetup() 공개 정적인 메소드

public static isDatabaseSetup ( )

isDownForMaintenance() 공개 정적인 메소드

public static isDownForMaintenance ( )

isEmpty() 공개 정적인 메소드

public static isEmpty ( $value )

isEnglish() 공개 정적인 메소드

public static isEnglish ( )

isNinja() 공개 정적인 메소드

public static isNinja ( )

isNinjaDev() 공개 정적인 메소드

public static isNinjaDev ( )

isNinjaProd() 공개 정적인 메소드

public static isNinjaProd ( )

isOAuthEnabled() 공개 정적인 메소드

public static isOAuthEnabled ( )

isPaidPro() 공개 정적인 메소드

public static isPaidPro ( )

isPro() 공개 정적인 메소드

public static isPro ( )

isRegistered() 공개 정적인 메소드

public static isRegistered ( )

isReseller() 공개 정적인 메소드

public static isReseller ( )

isTravis() 공개 정적인 메소드

public static isTravis ( )

isTrial() 공개 정적인 메소드

public static isTrial ( )

isWhiteLabel() 공개 정적인 메소드

public static isWhiteLabel ( )

logError() 공개 정적인 메소드

public static logError ( $error, $context = 'PHP', $info = false )

lookupEventId() 공개 정적인 메소드

public static lookupEventId ( $eventName )

maskAccountNumber() 공개 정적인 메소드

public static maskAccountNumber ( $value )

notifyZapier() 공개 정적인 메소드

public static notifyZapier ( $subscription, $data )

parseFloat() 공개 정적인 메소드

public static parseFloat ( $value )

parseInt() 공개 정적인 메소드

public static parseInt ( $value )

pluralize() 공개 정적인 메소드

public static pluralize ( $string, $count )

pluralizeEntityType() 공개 정적인 메소드

public static pluralizeEntityType ( $type )

processVariables() 공개 정적인 메소드

public static processVariables ( $str )

replaceSubdomain() 공개 정적인 메소드

public static replaceSubdomain ( $domain, $subdomain )

requireHTTPS() 공개 정적인 메소드

public static requireHTTPS ( )

setupWePay() 공개 정적인 메소드

public static setupWePay ( $accountGateway = null )

splitName() 공개 정적인 메소드

public static splitName ( $name )

startsWith() 공개 정적인 메소드

public static startsWith ( $haystack, $needle )

timestampToDateString() 공개 정적인 메소드

public static timestampToDateString ( $timestamp )

timestampToDateTimeString() 공개 정적인 메소드

public static timestampToDateTimeString ( $timestamp )

timestampToString() 공개 정적인 메소드

public static timestampToString ( $timestamp, $timezone = false, $format )

toArray() 공개 정적인 메소드

public static toArray ( $data )

toCamelCase() 공개 정적인 메소드

public static toCamelCase ( $string )

toClassCase() 공개 정적인 메소드

public static toClassCase ( $string )

toSnakeCase() 공개 정적인 메소드

public static toSnakeCase ( $string )

toSpaceCase() 공개 정적인 메소드

public static toSpaceCase ( $string )

toSqlDate() 공개 정적인 메소드

public static toSqlDate ( $date, $formatResult = true )

today() 공개 정적인 메소드

public static today ( $formatResult = true )

trans() 공개 정적인 메소드

public static trans ( $input )

transFlowText() 공개 정적인 메소드

TODO remove this
public static transFlowText ( $key )

wrapAdjustment() 공개 정적인 메소드

public static wrapAdjustment ( $adjustment, $currencyId, $countryId )

프로퍼티 상세

$months 공개적으로 정적으로 프로퍼티

public static $months