public function __construct( $article_id, $plugin_id )
public function __construct( $src, $transc )
public function __construct( $plugin_id )
Performing some neccessary initialisation stuff.
public function __construct( $id )
public function __construct( $storage_access )
Start a new transaction.
public function __construct()
Creates a new Translation object.
public function __construct( $text, $texttype )
Add a style to this section.
public function add_style( $style )
Get all articles
public static function all()
Get all comments
public static function all()
Returns array of all groups
public static function all()
Gets all images.
public function all()
Gets all Plugins
public static function all()
Gets all available repositories.
public static function all()
Gets all sections.
public static function all()
Get all styles
public static function all()
Get all tags
public static function all()
Returns array of all available users.
public static function all()
Blend multiple arrays together.
function array_blend()
Filters all empty elements out of an array.
function array_filter_empty( $input )
Like PHPs `array_filter`, but callback will get the key, not the value of the array element.
function array_filter_keys( $input, $callback )
Convert array of key-value pairs to an associative array.
function array_kvpairs_to_assoc( $input )
$val - $n -
function array_repeat( $val, $n )
Unpack an array into a directory.
function array2dir( $a, $dir )
Transforms an Article object to an array, so it can be accessed via a STE template.
function article_transform_ste( $article, $lang )
Get by ID.
public static function by_id( $id )
Gets a Comment by ID.
public static function by_id( $id )
Get a Group object by ID
public static function by_id( $id )
Get image by ID.
public static function by_id( $id )
Gets an Multilingual object by ID.
public static function by_id( $id )
Gets plugin by ID.
public static function by_id( $id )
Get a repository entry by ID.
public static function by_id( $id )
Gets section by ID.
public static function by_id( $id )
Gets a Style object by ID.
public static function by_id( $id )
Get tag by ID
public static function by_id( $id )
Get a User object by ID
public static function by_id( $id )
Get Articles by multiple criterias
public static function by_multi( $criterias, $sortby, $sortdir, $count, $offset, $perpage, $page, & $maxpage )
Get a Group object by name
public static function by_name( $name )
Gets section by name.
public static function by_name( $name )
Gets a Style object by name.
public static function by_name( $name )
Get tag by name
public static function by_name( $name )
Get a User object by username
public static function by_name( $username )
Get by urlname
public static function by_urlname( $urlname )