B | |
$ | blockorder, STECore |
$ | blocks, STECore |
by_id ArticleCommentGroupImageMultilingualPluginRepositorySectionStyleTagUser | |
by_multi, Article | |
by_name GroupSectionStyleTagUser | |
by_urlname, Article | |
C | |
call_tag, STECore | |
CantLoadTemplate | |
CantSaveTemplate | |
$ | classname |
clean_database, ArticleExtradata | |
clean_db, Plugin | |
$ | code |
Comment | |
comment_form | |
comment_transform_ste | |
CommentRejected | |
commit, Transaction | |
Constants | |
count_articles, Tag | |
create ArticleCommentGroupImageMultilingualPasswordHashPluginRepositorySectionStyleTagUser | |
create_html, Comment | |
css.php | |
current | |
$ | custom, Article |
$ | custompriv, PluginPackage |
$ | custompub, PluginPackage |
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 )
Calling a custom tag (builtin ones can not be called)
public function call_tag( $name, $params, $sub )
Clean up the database
function clean_database()
Performs some datadase cleanup jobs on the plugin table.
public static function clean_db()
Transforms an Comment object to an array, so it can be accessed via a STE template.
function comment_transform_ste( $comment )
Commit the transaction.
public function commit()
The number of articles that are tagged with this tag.
public function count_articles()
Create a new Article object.
public static function create( $urlname )
Creates a new comment.
public static function create( $article, $language )
Creates a new group.
public static function create( $name )
Create a new image
public static function create( $name, $file )
Creates a new Multilingual object
public static function create()
Create a password hash string.
public static function create( $password )
Creates a new, empty plugin database entry
public static function create()
Create a new repository entry from a base url.
public static function create( $baseurl )
Creates a new section.
public static function create( $name )
Create a new style.
public static function create( $name )
Create a new tag.
public static function create( $name )
Creates a new user.
public static function create( $username, $pwhash )
Applys htmlize_comment_text onto this comment’s text.
public function create_html()