Documentation

ObjectInterface
in

Pdf object interface

Tags
category

Pop

author

Nick Sagona, III dev@nolainteractive.com

copyright

Copyright (c) 2009-2023 NOLA Interactive, LLC. (http://www.nolainteractive.com)

license

http://www.popphp.org/license New BSD License

version
4.2.0

Table of Contents

__toString()  : string
Method to print the object
getData()  : string
Get the object data
getIndex()  : int
Get the object index
setData()  : ObjectInterface
Set the object data
setIndex()  : AbstractObject
Set the object index

Methods

__toString()

Method to print the object

public __toString() : string
Return values
string

getData()

Get the object data

public getData() : string
Return values
string

getIndex()

Get the object index

public getIndex() : int
Return values
int

Search results