This method returns the URN for this Collection. You must run createOrUpdate() before you run this method.
collection.getUrn();
Sample output:
"urn:livefyre:network=`example.fyre.co`:site=1:collection=1"
collection.getUrn();
Sample output:
<span class="str">"urn:livefyre:network=`example.fyre.co`:site=1:collection=1"</span>
$collection->getUrn();
Sample output:
"urn:livefyre:network=`example.fyre.co`:site=1:collection=1"
collection.urn()
Sample output:
"urn:livefyre:network=`example.fyre.co`:site=1:collection=1"
collection.urn
Sample output:
"urn:livefyre:network=`example.fyre.co`:site=1:collection=1"