Namespaces

  • Dibi
    • Bridges
      • Nette
      • Tracy
    • Drivers
    • Loggers
    • Reflection
  • none

Classes

  • Connection
  • DataSource
  • DateTime
  • Event
  • Expression
  • Fluent
  • Helpers
  • Literal
  • Result
  • ResultIterator
  • Row
  • Translator
  • Type

Interfaces

  • Driver
  • IDataSource
  • Reflector
  • ResultDriver

Traits

  • Strict

Exceptions

  • ConstraintViolationException
  • DriverException
  • Exception
  • ForeignKeyConstraintViolationException
  • NotImplementedException
  • NotNullConstraintViolationException
  • NotSupportedException
  • PcreException
  • ProcedureException
  • UniqueConstraintViolationException
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Other releases
  • Dibi homepage

Trait Strict

Better OOP experience.

Direct Known Users

dibi, Dibi\Bridges\Tracy\Panel, Dibi\Drivers\OracleDriver, Dibi\Drivers\PdoDriver, Dibi\Drivers\PostgreDriver, Dibi\Drivers\Sqlite3Driver, Dibi\Drivers\SqlsrvDriver, Dibi\Event, Dibi\Expression, Dibi\Fluent, Dibi\Helpers, Dibi\Literal, Dibi\Connection, Dibi\Loggers\FileLogger, Dibi\Loggers\FirePhpLogger, Dibi\Reflection\Column, Dibi\Reflection\Database, Dibi\Reflection\ForeignKey, Dibi\Reflection\Index, Dibi\Reflection\Result, Dibi\Reflection\Table, Dibi\Result, Dibi\ResultIterator, Dibi\DataSource, Dibi\Translator, Dibi\DateTime, Dibi\Drivers\FirebirdDriver, Dibi\Drivers\MsSqlDriver, Dibi\Drivers\MySqlDriver, Dibi\Drivers\MySqliDriver, Dibi\Drivers\OdbcDriver
Namespace: Dibi
Located at Dibi/Strict.php
Methods summary
public
# __call( $name, $args )

Call to undefined method.

Call to undefined method.

Throws

LogicException
\LogicException
public static
# __callStatic( $name, $args )

Call to undefined static method.

Call to undefined static method.

Throws

LogicException
\LogicException
public &
# __get( $name )

Access to undeclared property.

Access to undeclared property.

Throws

LogicException
\LogicException
public
# __set( $name, $value )

Access to undeclared property.

Access to undeclared property.

Throws

LogicException
\LogicException
public boolean
# __isset( $name )

Returns

boolean
bool
public
# __unset( $name )

Access to undeclared property.

Access to undeclared property.

Throws

LogicException
\LogicException
public static mixed
# extensionMethod( string $name, callable $callback = null )

Parameters

$name
name
$callback

Returns

mixed
mixed
Dibi 3.1.1 API documentation API documentation generated by ApiGen 2.8.0