Setup_Block_Include
in package
Table of Contents
Properties
- $block_details : Block_Details
- The class for holding the block details.
- $block_replacements : Block_Replacements
- The class for holding the block replacements.
Methods
- __construct() : mixed
- Constructor.
- handle() : mixed
- Sets up the blocks include file.
Properties
$block_details
The class for holding the block details.
protected
Block_Details
$block_details
$block_replacements
The class for holding the block replacements.
protected
Block_Replacements
$block_replacements
Methods
__construct()
Constructor.
public
__construct(Block_Details $block_details, Block_Replacements $block_replacements) : mixed
Parameters
- $block_details : Block_Details
-
The block details.
- $block_replacements : Block_Replacements
-
The block replacements.
handle()
Sets up the blocks include file.
protected
handle() : mixed