Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PHPantom-dev/phpantom_lsp
/ getPens
Method
getPens
examples/demo.php:464–464 ·
view source on GitHub ↗
@return \ArrayIterator */
()
Source
from the content-addressed store, hash-verified
462
{
463
/** @return \ArrayIterator<int, Pen> */
464
public function getPens(): \ArrayIterator { return new \ArrayIterator([new Pen()]); }
465
466
public function demo(): void
467
{
Callers
1
demo
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected