PHP 인터페이스 SocialShare\Provider\ProviderInterface

저자: Kévin Dunglas ([email protected])
파일 보기 프로젝트 열기: dunglas/php-socialshare 0 사용 예제들

공개 메소드들

메소드 설명
getLink ( string $url, array $options = [] ) : string Gets the share link for the URL.
getName ( ) : string Gets provider's name.
getShares ( string $url ) : integer Gets the number of shares of the URL.

메소드 상세

getName() 공개 메소드

Gets provider's name.
public getName ( ) : string
리턴 string

getShares() 공개 메소드

Gets the number of shares of the URL.
public getShares ( string $url ) : integer
$url string
리턴 integer