getPubid
(since )
Return the pubid of the pipe
Description
string
getPubid
(
)
Return the pubid of the pipe
Return values
The pubid
Examples
//ape var is a reference to APE instance
ape.addEvent('pipeCreate', function(type, pipe, options) {
var pubid = pipe.getPubid();
//pipes is hash indexed by pubid containings all pipes
var thePipe = ape.pipes.get(pubid);
//thePipe is the same var than the var pipe passed in arguments
});
User notes
# No comment
Post a note
CollaborAPE to our wiki !
Find the information you need on the APE Official Wiki : Install, Server, JSF, Help...
