Object properties and methods

Each object has some properties. E.g. thumb has url, title, duration and some other preperties. To output property in template use this code:

<?=$thumb->title?> print thumb title
<?=$thumb->url?> print thumb url
<?=$thumb->duration?> print thumb's gallery duration (for video)

Object can also have some methods

<?=$thumb->duration('H:i')?> outputs duration in defined format