Searched refs:Dsn (Results 1 – 17 of 17) sorted by relevance
5 namespace Nyholm\Dsn;7 use Nyholm\Dsn\Configuration\Dsn; alias8 use Nyholm\Dsn\Configuration\DsnFunction;9 use Nyholm\Dsn\Configuration\Path;10 use Nyholm\Dsn\Configuration\Url;11 use Nyholm\Dsn\Exception\DsnTypeNotSupported;12 use Nyholm\Dsn\Exception\FunctionsNotAllowedException;13 use Nyholm\Dsn\Exception\SyntaxException;64 public static function parse(string $dsn): Dsn97 * @return DsnFunction|Dsn[all …]
5 namespace Nyholm\Dsn\Exception;7 use Nyholm\Dsn\Configuration\Dsn; alias15 * @param Dsn|string $dsn23 * @param Dsn|string $dsn
5 namespace Nyholm\Dsn\Exception;
22 use Nyholm\Dsn\DsnParser;25 echo get_class($dsn); // "Nyholm\Dsn\Configuration\Url"63 use Nyholm\Dsn\DsnParser;66 echo get_class($dsn); // "Nyholm\Dsn\Configuration\Url"75 use Nyholm\Dsn\DsnParser;79 echo get_class($func->first()); // "Nyholm\Dsn\Configuration\Url"85 use Nyholm\Dsn\DsnParser;92 echo get_class($args[0]); // "Nyholm\Dsn\Configuration\Url"96 echo get_class($args[1]); // "Nyholm\Dsn\Configuration\DsnFunction"107 use Nyholm\Dsn\DsnParser;[all …]
29 The `Nyholm\Dsn` class has been replaced with `Nyholm\Dsn\DsnParser`. To get a `Dsn`38 $dsn = new \Nyholm\Dsn\DsnParser::parse('mysql://localhost');
5 namespace Nyholm\Dsn\Configuration;7 use Nyholm\Dsn\Exception\InvalidArgumentException;18 class Path extends Dsn
5 namespace Nyholm\Dsn\Configuration;95 * @return DsnFunction|Dsn
5 namespace Nyholm\Dsn\Configuration;17 class Url extends Dsn
3 namespace Nyholm\Dsn\Configuration;14 class Dsn class
5 namespace Nyholm\Dsn\Configuration;
6 use Nyholm\Dsn\Configuration\Url;7 use Nyholm\Dsn\DsnParser;8 use Nyholm\Dsn\Exception\ExceptionInterface as DsnException;9 use Nyholm\Dsn\Exception\FunctionNotSupportedException;
210 "Nyholm\\Dsn\\": "src/"