PHP 클래스 SevenShores\Hubspot\Resources\Resource

파일 보기 프로젝트 열기: fungku/hubspot-php

보호된 프로퍼티들

프로퍼티 타입 설명
$client SevenShores\Hubspot\Http\Client

공개 메소드들

메소드 설명
__construct ( Client $client ) Makin' a good ole resource

보호된 메소드들

메소드 설명
timestamp ( DateTime | integer | null $timestamp ) : integer | null Convert a timestamp or DateTime to a millisecond timestamp.

메소드 상세

__construct() 공개 메소드

Makin' a good ole resource
public __construct ( Client $client )
$client SevenShores\Hubspot\Http\Client

timestamp() 보호된 메소드

Convert a timestamp or DateTime to a millisecond timestamp.
protected timestamp ( DateTime | integer | null $timestamp ) : integer | null
$timestamp DateTime | integer | null
리턴 integer | null

프로퍼티 상세

$client 보호되어 있는 프로퍼티

protected Client,SevenShores\Hubspot\Http $client
리턴 SevenShores\Hubspot\Http\Client