ok

Mini Shell

Direktori : /home2/selectio/www/a1tex.in/vendor/box/spout/src/Spout/Common/Manager/
Upload File :
Current File : /home2/selectio/www/a1tex.in/vendor/box/spout/src/Spout/Common/Manager/OptionsManagerInterface.php

<?php

namespace Box\Spout\Common\Manager;

/**
 * Interface OptionsManagerInterface
 */
interface OptionsManagerInterface
{
    /**
     * @param string $optionName
     * @param mixed $optionValue
     * @return void
     */
    public function setOption($optionName, $optionValue);

    /**
     * @param string $optionName
     * @return mixed|null The set option or NULL if no option with given name found
     */
    public function getOption($optionName);
}

Zerion Mini Shell 1.0