PHP Class PhpBrew\Patches\GistContent

Exibir arquivo Open project: phpbrew/phpbrew Class Usage Examples

Public Properties

Property Type Description
$filename
$gistId
$revision
$userId

Public Methods

Method Description
__construct ( $userId, $gistId, $filename = null, $revision = null )
__toString ( )
url ( $userId, $gistId, $filename = null, $revision = null )

Method Details

__construct() public method

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

__toString() public method

public __toString ( )

url() public static method

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

Property Details

$filename public_oe property

public $filename

$gistId public_oe property

public $gistId

$revision public_oe property

public $revision

$userId public_oe property

public $userId