method getNoteType documentation in bbn\Appui\Cms

Returns the 'pages' note type ID from options, which should always be the type of the CMS notes.

function() { if (!$this->noteType) { $this->noteType = $this->opt->fromCode('pages', 'types', 'note', 'appui'); } return $this->noteType; }

Returns the 'pages' note type ID from options, which should always be the type of the CMS notes. BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way

This website uses cookies to ensure you get the best experience on our website.