Overview

Namespaces

  • Alchemy
    • core
      • query
      • schema
    • dialect
    • engine
    • orm
    • tests
    • util
      • promise
  • PHP

Classes

  • DataTypeLexer
  • Monad
  • Overview
  • Namespace
  • Class
  • Tree

Namespace Alchemy\util

Namespaces summary
Alchemy\util\promise
Classes summary
DataTypeLexer Parse a data type definition into it's various components. For example: >>> $type = new DataTypeLexer("Integer(11, primary_key = true)"); >>> $type->getType(); "Integer" >>> $type->getArgs(); array(11, "primary_key" => true)
Monad Allow method chaining and simulated object immutablity by performing every method call on a clone of the object you started with.
API documentation generated by ApiGen 2.8.0