Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2896401
HarbormasterBuildAutoplan.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
455 B
Referenced Files
None
Subscribers
None
HarbormasterBuildAutoplan.php
View Options
<?php
abstract
class
HarbormasterBuildAutoplan
extends
Phobject
{
abstract
public
function
getAutoplanPlanKey
(
)
;
abstract
public
function
getAutoplanName
(
)
;
public
static
function
getAutoplan
(
$key
)
{
return
idx
(
self
::
getAllAutoplans
(
)
,
$key
)
;
}
public
static
function
getAllAutoplans
(
)
{
return
id
(
new
PhutilClassMapQuery
(
)
)
->
setAncestorClass
(
__CLASS__
)
->
setUniqueMethod
(
'getAutoplanPlanKey'
)
->
execute
(
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Jan 19 2025, 23:03 (6 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1129672
Default Alt Text
HarbormasterBuildAutoplan.php (455 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment