PHP 클래스 Unicodeveloper\Emoji\Emoji

파일 보기 프로젝트 열기: unicodeveloper/laravel-emoji

공개 메소드들

메소드 설명
__call ( string $method, array $parameters ) Ensure that a proper exception is thrown for methods that do not exist
findByAlias ( string $emojiName = null ) : string Get the emoji by passing the commonly used emoji name
findByName ( string $emojiName = null ) : string Get the emoji by passing the commonly used emoji name Alias for findByAlias
findByUnicode ( string $unicode = null ) : string Get the emoji name by passing the unicode value

비공개 메소드들

메소드 설명
getEmojis ( ) : array Get the Emojis from emoji.php

메소드 상세

__call() 공개 메소드

Ensure that a proper exception is thrown for methods that do not exist
public __call ( string $method, array $parameters )
$method string
$parameters array

findByAlias() 공개 메소드

Get the emoji by passing the commonly used emoji name
public findByAlias ( string $emojiName = null ) : string
$emojiName string
리턴 string

findByName() 공개 메소드

Get the emoji by passing the commonly used emoji name Alias for findByAlias
public findByName ( string $emojiName = null ) : string
$emojiName string
리턴 string

findByUnicode() 공개 메소드

Get the emoji name by passing the unicode value
public findByUnicode ( string $unicode = null ) : string
$unicode string
리턴 string