migrations::__construct PHP Méthode

__construct() public méthode

public __construct ( $current )
    public function __construct($current)
    {
        $this->current = intval($current);
    }