PHP 클래스 PhpBrew\Patches\GistContent

파일 보기 프로젝트 열기: phpbrew/phpbrew 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$filename
$gistId
$revision
$userId

공개 메소드들

메소드 설명
__construct ( $userId, $gistId, $filename = null, $revision = null )
__toString ( )
url ( $userId, $gistId, $filename = null, $revision = null )

메소드 상세

__construct() 공개 메소드

public __construct ( $userId, $gistId, $filename = null, $revision = null )

__toString() 공개 메소드

public __toString ( )

url() 공개 정적인 메소드

public static url ( $userId, $gistId, $filename = null, $revision = null )

프로퍼티 상세

$filename 공개적으로 프로퍼티

public $filename

$gistId 공개적으로 프로퍼티

public $gistId

$revision 공개적으로 프로퍼티

public $revision

$userId 공개적으로 프로퍼티

public $userId