*/
private $blockInstance = NULL;
- /**
- * A Minable instance
- */
- private $minableInstance = NULL;
-
/**
* A FrameworkDirectory instance
*/
return $this->blockInstance;
}
- /**
- * Setter for Minable instance
- *
- * @param $minableInstance A Minable instance
- * @return void
- */
- protected final function setMinableInstance (Minable $minableInstance) {
- $this->minableInstance = $minableInstance;
- }
-
- /**
- * Getter for minable instance
- *
- * @return $minableInstance A Minable instance
- */
- protected final function getMinableInstance () {
- return $this->minableInstance;
- }
-
/**
* Setter for FrameworkDirectory instance
*