Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

subscribed_nodes_count

Summary

Fetches the number of nodes that the current user has subscribed to.

Usage

fetch( 'notification', 'subscribed_nodes_count' )

Returns

The number of nodes that the current user has subscribed to (as an integer).

Description

This function fetches and returns the number of nodes that the current user has subsribed to.

Examples

Example 1

{def $node_count=fetch( 'notification', 'subscribed_node_count' )}
The current user has subscribed to {$node_count} number of nodes.

Outputs the number of nodes that the current user has subscribed to.

Balazs Halasy (04/04/2005 9:39 am)

Balazs Halasy (04/04/2005 10:34 am)


Comments

There are no comments.