Documentation

Resource
in package

PHPProject_Resource

Tags
category

PHPProject

copyright

Copyright (c) 2012 - 2012 PHPProject (https://github.com/PHPOffice/PHPProject)

Table of Contents

Properties

$lastIndex  : int
Index of Resource
$index  : int
Index
$title  : string
Title

Methods

__construct()  : mixed
getIndex()  : int
Get index
getTitle()  : string
Get title
setIndex()  : self
Set index
setTitle()  : self
Set title

Properties

$lastIndex

Index of Resource

public static int $lastIndex = 0

Methods

__construct()

public __construct() : mixed

getIndex()

Get index

public getIndex() : int
Return values
int

getTitle()

Get title

public getTitle() : string
Return values
string

setIndex()

Set index

public setIndex(int|string $value) : self
Parameters
$value : int|string
Return values
self

setTitle()

Set title

public setTitle(string $pTitle) : self
Parameters
$pTitle : string

Title of the resource

Return values
self
On this page

Search results