PhpBridgeSessionStorage::start()

bool start() Starts the session. Return Value bool True if started. Exceptions RuntimeException If something goes wrong starting the session.

PhpBridgeSessionStorage::clear()

clear() Clear all session data in memory.

PhpBridgeSessionStorage

class PhpBridgeSessionStorage extends NativeSessionStorage Allows session to be started by PHP and managed by Symfony. Methods __construct(AbstractProxy|NativeSessionHandler|SessionHandlerInterface|null $handler = null, MetadataBag $metaBag = null) Constructor. AbstractProxy getSaveHandler() Gets the save handler instance. from NativeSessionStorage bool start() Starts the session. string getId() Returns the session ID. from NativeSessionStorage setId(string $id) Sets th

PhpAdapter deprecated::searchInDirectory()

Iterator searchInDirectory(string $dir) Parameters string $dir Return Value Iterator Result iterator

PhpAdapter deprecated::getName()

string getName() Returns adapter name. Return Value string

PhpAdapter deprecated

class PhpAdapter extends AbstractAdapter deprecated since 2.8, to be removed in 3.0. Use Finder instead. PHP finder engine implementation. Methods bool isSupported() Tests adapter support for current platform. from AbstractAdapter AdapterInterface setFollowLinks(bool $followLinks) from AbstractAdapter AdapterInterface setMode(int $mode) from AbstractAdapter AdapterInterface setDepths(array $depths) from AbstractAdapter AdapterInterface setExclude(array $exclude)

PgSqlCaster::castResult()

static castResult($result, array $a, Stub $stub, $isNested) Parameters $result array $a Stub $stub $isNested

PgSqlCaster::castLink()

static castLink($link, array $a, Stub $stub, $isNested) Parameters $link array $a Stub $stub $isNested

PgSqlCaster::castLargeObject()

static castLargeObject($lo, array $a, Stub $stub, $isNested) Parameters $lo array $a Stub $stub $isNested

PgSqlCaster

class PgSqlCaster Casts pqsql resources to array representation. Methods static castLargeObject($lo, array $a, Stub $stub, $isNested) static castLink($link, array $a, Stub $stub, $isNested) static castResult($result, array $a, Stub $stub, $isNested) Details static castLargeObject($lo, array $a, Stub $stub, $isNested) Parameters $lo array $a Stub $stub $isNested static castLink($link, array $a, St