app\blocks\ConcreptImplementationBlock::setPlaceholderValues PHP Method

setPlaceholderValues() public method

Set the value from placeholders where the array key is the name of value the content of the placeholder.
public setPlaceholderValues ( array $placeholders )
$placeholders array An array with placeholders where key is name and the value the content e.g. `['content' => 'The placheholder Content']`.
    public function setPlaceholderValues(array $placeholders)
    {
        $this->_placeholders = $placeholders;
    }