PhpBrew\Patches\GistContent::__construct PHP Метод

__construct() публичный Метод

public __construct ( $userId, $gistId, $filename = null, $revision = null )
    public function __construct($userId, $gistId, $filename = null, $revision = null)
    {
        $this->userId = $userId;
        $this->gistId = $gistId;
        $this->filename = $filename;
        $this->revision = $revision;
    }