Submit
Path:
~
/
/
usr
/
local
/
psa
/
admin
/
plib
/
modules
/
wp-toolkit
/
vendor
/
hackzilla
/
password-generator
/
Model
/
Option
/
File Content:
OptionInterface.php
<?php namespace WPToolkitDependenciesIsolationPrefix\Hackzilla\PasswordGenerator\Model\Option; interface OptionInterface { /** * Option settings * Things like default, min, and max * * @param array $settings */ public function __construct(array $settings); /** * Get option type * * @return string */ public function getType(); /** * Get option value * * @return mixed */ public function getValue(); /** * Set option string value. * * @param string $value * * @throws \InvalidArgumentException */ public function setValue($value); }
Edit
Rename
Chmod
Delete
FILE
FOLDER
INFO
Name
Size
Permission
Action
BooleanOption.php
511 bytes
0644
IntegerOption.php
1022 bytes
0644
Option.php
1163 bytes
0644
OptionInterface.php
662 bytes
0644
StringOption.php
1015 bytes
0644
N4ST4R_ID | Naxtarrr