Prado\Util\TCallChain::__construct PHP Method

__construct() public method

This initializes the list and the name of the method to be called
public __construct ( $method )
    public function __construct($method)
    {
        $this->_method = $method;
        parent::__construct();
    }