Submit
Path:
~
/
/
usr
/
local
/
psa
/
admin
/
plib
/
modules
/
wp-toolkit
/
vendor
/
robmorgan
/
phinx
/
src
/
Phinx
/
Config
/
File Content:
NamespaceAwareInterface.php
<?php /** * MIT License * For full license information, please view the LICENSE file that was distributed with this source code. */ namespace WPToolkitDependenciesIsolationPrefix\Phinx\Config; /** * Config aware getNamespaceByPath method. * * @package Phinx\Config * @author Andrey N. Mokhov */ interface NamespaceAwareInterface { /** * Get Migration Namespace associated with path. * * @param string $path Path * @return string|null */ public function getMigrationNamespaceByPath(string $path) : ?string; /** * Get Seed Namespace associated with path. * * @param string $path Path * @return string|null */ public function getSeedNamespaceByPath(string $path) : ?string; }
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
Config.php
15074 bytes
0644
ConfigInterface.php
3874 bytes
0644
FeatureFlags.php
1158 bytes
0644
NamespaceAwareInterface.php
749 bytes
0644
NamespaceAwareTrait.php
1767 bytes
0644
N4ST4R_ID | Naxtarrr