mirror of https://github.com/Wilfred/difftastic/
37 lines
457 B
Plaintext
37 lines
457 B
Plaintext
$this->type();
|
|
|
|
$this->newtype();
|
|
|
|
$this->shape();
|
|
|
|
$this->tuple;
|
|
|
|
$this->clone();
|
|
|
|
$this->print();
|
|
|
|
$this->new();
|
|
|
|
$this->namespace();
|
|
|
|
$this->clone()->new()->print()->$item;
|
|
|
|
$this->bool();
|
|
$this->float();
|
|
$this->int();
|
|
$this->string();
|
|
$this->arraykey();
|
|
$this->void();
|
|
$this->nonnull();
|
|
$this->null();
|
|
$this->mixed();
|
|
$this->dynamic();
|
|
$this->noreturn();
|
|
|
|
$this->array();
|
|
$this->varray();
|
|
$this->darray();
|
|
$this->vect();
|
|
$this->dict();
|
|
$this->keyset();
|