Textpattern PHP Cross Reference Content Management Systems

Summary: /textpattern/vendors/Txp.php - 69 lines - 1640 bytes - Source - Print

Description: (no description)

Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Txp:: (2 methods):
get()
getContainer()

Class: Txp

Factory.

<code>
Txp::get('\Textpattern\Password\Hash')->hash('abc');
Txp::get('\Textpattern\Type\StringType', 'Hello word!')->replace('!', '.')->getLength();
</code>

get($name line: 46
{@inheritdoc}

getContainer()  line: 57
{@inheritdoc}

title

Body