ScriptPageContentBuilderInterface
in
Table of Contents
- inPosition() : ScriptPageContentBuilder
- Set the page position
- usingAllowRobotsStatus() : ScriptPageContentBuilder
- Set the content "Allow robots" status
- usingDelete() : ScriptPageContentBuilder
- Sets the content sort order
- usingId() : ScriptPageContentBuilder
- Set the content group id
- usingMetaDescriptions() : ScriptPageContentBuilder
- Set the localized content meta descriptions
- usingMetaKeywords() : ScriptPageContentBuilder
- Set the localized content meta keywords
- usingMetaTitles() : ScriptPageContentBuilder
- Set the localized content meta titles
- usingNames() : ScriptPageContentBuilder
- Set the localized content names
- usingOpenInNewTabStatus() : ScriptPageContentBuilder
- Set whether the script page opens in a new tab
- usingScriptFiles() : ScriptPageContentBuilder
- Set the localized content script files
- usingSitemaps() : ScriptPageContentBuilder
- Set the localized content sitemap information
- usingSortOrder() : ScriptPageContentBuilder
- Sets the content sort order
- usingStatus() : ScriptPageContentBuilder
- Set the activation status
- usingTexts() : ScriptPageContentBuilder
- Set the localized content texts
- usingTitles() : ScriptPageContentBuilder
- Set the localized content titles
- usingUrlKeywords() : ScriptPageContentBuilder
- Set the localized content URL keywords
- usingUrlRewrites() : ScriptPageContentBuilder
- Set the localized content URL rewrite
Methods
inPosition()
Set the page position
public
inPosition(PagePosition $position) : ScriptPageContentBuilder
Parameters
- $position : PagePosition
-
Page position
Return values
ScriptPageContentBuilder —Same instance
usingAllowRobotsStatus()
Set the content "Allow robots" status
public
usingAllowRobotsStatus(ContentAllowRobotsStatusCollection $allowRobotsStatuses) : ScriptPageContentBuilder
Parameters
- $allowRobotsStatuses : ContentAllowRobotsStatusCollection
-
"Allow robots" status
Return values
ScriptPageContentBuilder —Same instance
usingDelete()
Sets the content sort order
public
usingDelete([ContentDeleteInterface $deletable = null ]) : ScriptPageContentBuilder
Parameters
- $deletable : ContentDeleteInterface = null
Return values
ScriptPageContentBuilder —Same instance
usingId()
Set the content group id
public
usingId([ContentIdentificationInterface|null $id = null ]) : ScriptPageContentBuilder
Parameters
- $id : ContentIdentificationInterface|null = null
Return values
ScriptPageContentBuilder —Same instance
usingMetaDescriptions()
Set the localized content meta descriptions
public
usingMetaDescriptions(ContentMetaDescriptionCollection $metaDescriptions) : ScriptPageContentBuilder
Parameters
- $metaDescriptions : ContentMetaDescriptionCollection
-
Localized meta descriptions
Return values
ScriptPageContentBuilder —Same instance
usingMetaKeywords()
Set the localized content meta keywords
public
usingMetaKeywords(ContentMetaKeywordsCollection $metaKeywords) : ScriptPageContentBuilder
Parameters
- $metaKeywords : ContentMetaKeywordsCollection
-
Localized meta keywords
Return values
ScriptPageContentBuilder —Same instance
usingMetaTitles()
Set the localized content meta titles
public
usingMetaTitles(ContentMetaTitleCollection $metaTitles) : ScriptPageContentBuilder
Parameters
- $metaTitles : ContentMetaTitleCollection
-
Localized meta titles
Return values
ScriptPageContentBuilder —Same instance
usingNames()
Set the localized content names
public
usingNames(ContentNameCollection $names) : ScriptPageContentBuilder
Parameters
- $names : ContentNameCollection
-
Localized names
Return values
ScriptPageContentBuilder —Same instance
usingOpenInNewTabStatus()
Set whether the script page opens in a new tab
public
usingOpenInNewTabStatus(ContentOpenInNewTabStatusCollection $openInNewTabStatus) : ScriptPageContentBuilder
Parameters
- $openInNewTabStatus : ContentOpenInNewTabStatusCollection
-
Whether the script page opens in a new tab
Return values
ScriptPageContentBuilder —Same instance
usingScriptFiles()
Set the localized content script files
public
usingScriptFiles(ContentScriptFileCollection $scripts) : ScriptPageContentBuilder
Parameters
- $scripts : ContentScriptFileCollection
-
Localized script files
Return values
ScriptPageContentBuilder —Same instance
usingSitemaps()
Set the localized content sitemap information
public
usingSitemaps(ContentSitemapCollection $sitemaps) : ScriptPageContentBuilder
Parameters
- $sitemaps : ContentSitemapCollection
-
Localized sitemap information
Return values
ScriptPageContentBuilder —Same instance
usingSortOrder()
Sets the content sort order
public
usingSortOrder([ContentSortOrderInterface $sortOrder = null ]) : ScriptPageContentBuilder
Parameters
- $sortOrder : ContentSortOrderInterface = null
Return values
ScriptPageContentBuilder —Same instance
usingStatus()
Set the activation status
public
usingStatus(ContentStatusCollection $status) : ScriptPageContentBuilder
Parameters
- $status : ContentStatusCollection
-
Activation status
Return values
ScriptPageContentBuilder —Same instance
usingTexts()
Set the localized content texts
public
usingTexts(ContentTextCollection $texts) : ScriptPageContentBuilder
Parameters
- $texts : ContentTextCollection
-
Localized texts
Return values
ScriptPageContentBuilder —Same instance
usingTitles()
Set the localized content titles
public
usingTitles(ContentTitleCollection $titles) : ScriptPageContentBuilder
Parameters
- $titles : ContentTitleCollection
-
Localized titles
Return values
ScriptPageContentBuilder —Same instance
usingUrlKeywords()
Set the localized content URL keywords
public
usingUrlKeywords(ContentUrlKeywordsCollection $urlKeywords) : ScriptPageContentBuilder
Parameters
- $urlKeywords : ContentUrlKeywordsCollection
-
Localized URL keywords
Return values
ScriptPageContentBuilder —Same instance
usingUrlRewrites()
Set the localized content URL rewrite
public
usingUrlRewrites(ContentUrlRewriteCollection $urlRewrites) : ScriptPageContentBuilder
Parameters
- $urlRewrites : ContentUrlRewriteCollection
-
Localized URL rewrites
Return values
ScriptPageContentBuilder —Same instance